data property

T? data

The data of an AsyncValue. Is always T (non-null) if the state is AsyncData.

Implementation

T? get data => null;