value property

Complex value

Returns value of type

Implementation

Complex get value => const <ComplexConstant, Complex>{
      ComplexConstant.zero: Complex(0, 0),
      ComplexConstant.i: Complex(0, 1),
    }[this]!;