value property

dynamic value
final

The value of this point.

Unfortunately, until such time as we have unions in Dart, we have to make this value dynamic.

Values have the following meanings:

  • Double values work as you would expect.
  • Double3 and Double6 values will be broken up.

Implementation

final dynamic value;