lowest property

num lowest

Returns the lowest value in the list.

Implementation

num get lowest => cast<num?>().lowest!;