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