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