noData property

bool get noData

Returns true if the data is null.

Implementation

bool get noData => _data == null;