hasNoData property

bool get hasNoData

Returns whether this snapshot has a null data value.

Implementation

bool get hasNoData => !hasData;