toJson method

  1. @override
String toJson(
  1. NotchedShape value
)
override

Implementation

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