hasData property

bool get hasData

Whether data is not null.

Implementation

bool get hasData => data != null;