createJsonConv property

bool? createJsonConv
final

Whether to create a json converter for this enum

If false, the json converter will not be generated.

default: true

Implementation

final bool? createJsonConv;