constantMaxValue property

  1. @protected
BigInt? constantMaxValue
latefinalinherited

If the provided maxValue was a constant, then this will be the constant value. Otherwise, it will be null.

Implementation

@protected
late final BigInt? constantMaxValue;