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