firstOrNull property

V? firstOrNull

Implementation

V? get firstOrNull => this?.firstWhereOrNull((_) => true);