dataOrNull property

A? dataOrNull

Attempt to read the data from this FutureValue, otherwise return null if it is in a loading or error state.

Implementation

A? get dataOrNull;