defaultValue property
The default value to use for substitution, which SHALL be sent if an alternate value is not supplied. Note this behavior is different than the Schema Object's treatment of default values, because in those cases parameter values are optional. If the enum is defined, the value must exist in the enum's values.
Implementation
@JsonKey(name: 'default')
String get defaultValue => throw _privateConstructorUsedError;