topIsUnEqual function
Returns a RelationAssert which checks whether top is unequal value.
Implementation
RelationAssert topIsUnEqual(double value) =>
_topIs(PropertyRelation.unEqual, value);
Returns a RelationAssert which checks whether top is unequal value.
RelationAssert topIsUnEqual(double value) =>
_topIs(PropertyRelation.unEqual, value);