ln method Null safety

Complex ln()

Implementation

Complex ln() => Complex(dart.log(r), theta);