mapEnumToString property

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

final bool mapEnumToString;