toJson method
Implementation
@override
String? toJson(NotchedShape? value) {
if (value == null) return null;
return 'circular';
throw 'Json_Unsuported_Value';
}
@override
String? toJson(NotchedShape? value) {
if (value == null) return null;
return 'circular';
throw 'Json_Unsuported_Value';
}