createToInt property

bool? createToInt
final

Whether to create the toInt for this enum

If false, the toInt method will not be generated

default: true

Implementation

final bool? createToInt;