meetsFloor property
bool
get
meetsFloor
Whether this version satisfies the >= 6.0 floor.
Implementation
bool get meetsFloor => major >= floorMajor;
Whether this version satisfies the >= 6.0 floor.
bool get meetsFloor => major >= floorMajor;