serializedFormat property

SerializedFormat? serializedFormat
final

The format of the enum value when serialized.

default: none

SerializedFormat.none : does not format the value (e.g. fieldName remains fieldName).

Implementation

final SerializedFormat? serializedFormat;