hasData property

bool get hasData

Check if the response has data

Implementation

bool get hasData => data != null;