hasData property

bool get hasData

Whether data is available.

Implementation

bool get hasData => _data.value != null;