lastOrDefault property

E? lastOrDefault

Implementation

E? get lastOrDefault => value.isEmpty ? null : value.last;