strict property

bool strict
final

Set whether the enum is supposed to be strict, in which case, when converting from a string to the enum value, the exact enum name string representation must be used.

Implementation

final bool strict;