createSerialized property

bool? createSerialized
final

Whether to create the serialized for this enum

If false, the serialized method will not be generated

default: true

Implementation

final bool? createSerialized;