BigIntIsInRangeExtension extension

Extension on BigInt to support isInRange

on

Methods

isInRange(BigInt min, BigInt max, {bool inclusive = true}) bool

Available on BigInt, provided by the BigIntIsInRangeExtension extension

Checks if the BigInt value is within the specified range.