floorIndex property
int
get
floorIndex
Get the floor's floorIndex
Implementation
int get floorIndex => _floorIndex ?? defaultGroundFloorIndex;
Get the floor's floorIndex
int get floorIndex => _floorIndex ?? defaultGroundFloorIndex;