lastOrNull property

T? lastOrNull

Implementation

T? get lastOrNull => isBlank ? null : this!.last;