hasData property Null safety

bool hasData

Whether this object has data associated with it.

Implementation

bool get hasData => data != null;