@override Circle? fromJsonMap(Map<String, dynamic>? json) => json != null ? Circle.fromJson(json) : null;