toJson method
Implementation
@override
Map<String, dynamic> toJson() => {
"buildingId": buildingId,
"floorIndex": floorIndex,
"mapUrl": mapUrl,
"scale": scale,
"createdAt": createdAt,
"updatedAt": updatedAt,
"customFields": customFields
};