hasNoData property

bool hasNoData

Returns whether this snapshot has a null data value.

Implementation

bool get hasNoData => !hasData;