createDescription property

bool? createDescription
final

Whether to create the description for this enum

If false, the description method will not be generated

default: true

Implementation

final bool? createDescription;