rightIsGreaterThan function
Returns a RelationAssert which checks whether right is greater than
value.
Implementation
RelationAssert rightIsGreaterThan(double value) =>
_rightIs(PropertyRelation.greaterThan, value);
Returns a RelationAssert which checks whether right is greater than
value.
RelationAssert rightIsGreaterThan(double value) =>
_rightIs(PropertyRelation.greaterThan, value);