firstOrNull property

E? firstOrNull

Implementation

E? get firstOrNull => isEmpty ? null : first;