firstOrNull property

T? firstOrNull

Implementation

T? get firstOrNull => isBlank ? null : this!.first;