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