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