floorNames property

List<String>? floorNames
getter/setter pair

The display names for all floors in this building.

The floors are expected to be sorted in ascending order, from lowest floor to highest floor. For example, ["B2", "B1", "L", "1", "2", "2M", "3", "PH"] Must contain at least one entry.

Implementation

core.List<core.String>? floorNames;