heightIsEqual function
Returns a RelationAssert which checks whether height is equal value.
Implementation
RelationAssert heightIsEqual(double value) =>
_heightIs(PropertyRelation.equal, value);
Returns a RelationAssert which checks whether height is equal value.
RelationAssert heightIsEqual(double value) =>
_heightIs(PropertyRelation.equal, value);