createName property

bool? createName
final

Whether to create the name for this enum

If false, the name method will not be generated

default: true

Implementation

final bool? createName;