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