withUpperLimit method
T
withUpperLimit(
- T max
returns this if it is not greater than max
, otherwise max
Implementation
T withUpperLimit(T max) => _withUpperLimit(max);
returns this if it is not greater than max
, otherwise max
T withUpperLimit(T max) => _withUpperLimit(max);