rightIsGreaterThanEqual function
Returns a RelationAssert which checks whether right is greater than
or equal value.
Implementation
RelationAssert rightIsGreaterThanEqual(double value) =>
_rightIs(PropertyRelation.greaterThanEqual, value);
Returns a RelationAssert which checks whether right is greater than
or equal value.
RelationAssert rightIsGreaterThanEqual(double value) =>
_rightIs(PropertyRelation.greaterThanEqual, value);