isAtMin property

bool get isAtMin

Whether at minimum.

Implementation

bool get isAtMin => min != null && val <= min!;