firstOrNull property

T? firstOrNull

Implementation

T? get firstOrNull => getOrNull(0);