mapEnumToString property

  1. @override
bool mapEnumToString
final

Defines whether or not to map enum values to their name (as a String) or to their index (int). Defaults to index.

Implementation

@override
final bool mapEnumToString;