getFloorByIndex method

MPFloor? getFloorByIndex(
  1. int floorIndex
)

Fetch a floor by providing its floorIndex

Implementation

MPFloor? getFloorByIndex(int floorIndex) => _floors?[floorIndex];