firstOrNull property

T? firstOrNull

Implementation

T? get firstOrNull => iter.firstOrNull;