hasData property
bool
get
hasData
Whether this is a CombinedData: every source has data.
Implementation
bool get hasData => this is CombinedData<T>;
Whether this is a CombinedData: every source has data.
bool get hasData => this is CombinedData<T>;