bottomIsUnEqual function
Returns a RelationAssert which checks whether bottom is unequal value.
Implementation
RelationAssert bottomIsUnEqual(double value) =>
_bottomIs(PropertyRelation.unEqual, value);
Returns a RelationAssert which checks whether bottom is unequal value.
RelationAssert bottomIsUnEqual(double value) =>
_bottomIs(PropertyRelation.unEqual, value);