dataReady property

bool dataReady
inherited

Implementation

bool get dataReady => _data != null && !hasError;