DoubleIsInRangeExtension extension

Extension on double to support isInRange

on

Methods

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

Available on double, provided by the DoubleIsInRangeExtension extension

Checks if the double value is within the specified range.