toMap method
Converts this UntitledSingleSelectEnumSchema into a JSON-compatible map.
Implementation
@override
Map<String, Object?> toMap() {
return {...super.toMap(), 'enum': $enum};
}
Converts this UntitledSingleSelectEnumSchema into a JSON-compatible map.
@override
Map<String, Object?> toMap() {
return {...super.toMap(), 'enum': $enum};
}