min property Null safety
A minimal element of the iterable.
The iterable must not be empty.
Implementation
num get min => minOrNull ?? (throw StateError('No element'));
A minimal element of the iterable.
The iterable must not be empty.
num get min => minOrNull ?? (throw StateError('No element'));