toJson method
Implementation
@override
String toJson(NotchedShape value) {
return const NullableNotchedShapeConverter().toJson(value)!;
}
@override
String toJson(NotchedShape value) {
return const NullableNotchedShapeConverter().toJson(value)!;
}