floorIndex property

int floorIndex

Get the floorIndex, if none is present returns noFloorIndex

Implementation

int get floorIndex => _floorIndex ?? noFloorIndex;
void floorIndex=(int floorIndex)

Set a new floorIndex

Implementation

set floorIndex(int floorIndex) => _floorIndex = floorIndex;