map<D extends Comparable<D> > method
Maps the value of this bound using mapper.
Implementation
@override
UnboundedBound<D> map<D extends Comparable<D>>(D Function(C) mapper) =>
const UnboundedBound();
Maps the value of this bound using mapper.
@override
UnboundedBound<D> map<D extends Comparable<D>>(D Function(C) mapper) =>
const UnboundedBound();