lastOrNull property

T? lastOrNull

Implementation

T? get lastOrNull => getOrNull(length - 1);