value property

T value
final

The value to be returned by the extension method for this enum field

The value is the ONLY argument to be passed through the constructor

  • It is not recommended to use named arguments
  • Positioned arguments are supported

Implementation

final T value;