safeFirst property

  1. @protected
  2. @visibleForTesting
T? safeFirst

Implementation

@protected
@visibleForTesting
T? get safeFirst => isNotEmpty ? first : null;