floorIndex property

int get floorIndex

Get the location's floorIndex

Implementation

int get floorIndex =>
    _properties?.floorIndex ??
    2147483647;