createReadable property

bool? createReadable
final

Whether to create the readable for this enum

If false, the readable method will not be generated

default: true

Implementation

final bool? createReadable;