toMap method
Converts the OpenApiObject to a map.
Implementation
@override
Map<String, dynamic> toMap() {
return {'\$ref': ref, ...super.toMap()};
}
Converts the OpenApiObject to a map.
@override
Map<String, dynamic> toMap() {
return {'\$ref': ref, ...super.toMap()};
}