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