first property

T? first

Implementation

T? get first => isFirstResolved ? _first : nullPointer("Initial value not resolved.  Use future");