BigIntMultipleOfExtension extension
Extension on BigInt to support isMultipleOf, isInRange
- on
Methods
-
isMultipleOf(
BigInt other) → bool -
Available on BigInt, provided by the BigIntMultipleOfExtension extension
Returns true if this BigInt is a multiple ofother