constantMinValue property

  1. @protected
BigInt? constantMinValue
latefinalinherited

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

Implementation

@protected
late final BigInt? constantMinValue;