hasData property

bool get hasData

Check if has data

Implementation

bool get hasData => data != null;