Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (ifcGuids != null) { json[r'ifcGuids'] = ifcGuids; } return json; }