firstOrNull property

V? get firstOrNull

Implementation

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