max method
Returns the largest element or null
if there are no elements.
Implementation
@Deprecated("use maxOrNull")
T? max() => maxOrNull();
Returns the largest element or null
if there are no elements.
@Deprecated("use maxOrNull")
T? max() => maxOrNull();