@override String? toJson(NotchedShape? object) { if (object == null) return null; return 'circular'; }