hasData property

bool hasData

Whether this response isOk and data is not null.

Implementation

bool get hasData => isOk && data != null;