Floor constructor
Floor({})
Implementation
Floor(
{required super.identifier,
required super.name,
required this.buildingIdentifier,
required this.floorIndex,
required this.mapUrl,
required this.scale,
required this.createdAt,
required this.updatedAt,
required this.customFields});