Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'properties'] = properties.toList(); return json; }