stringValue property

String stringValue

Returns the String identifier of an instance of ComplexConstant.

Implementation

String get stringValue => const <ComplexConstant, String>{
      ComplexConstant.zero: 'zero',
      ComplexConstant.i: 'i',
    }[this]!;