dataOrNull property

  1. @override
A? dataOrNull
final

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

Implementation

@override
final A? dataOrNull;