complex class
Represents a complex number real + imag * i.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the complex number.
override
Operators
-
operator ==(
Object other) → bool -
Checks whether two complex numbers are equal.
override