hasNotData property

bool get hasNotData

Returns true if data is null, otherwise false.

Implementation

bool get hasNotData => !hasData;