Whether this Number represents infinity.
@override bool get isInfinite => value == double.infinity || value == double.negativeInfinity;