hasData property

bool hasData

Checks if the result contains data, regardless of the result type. Note that this is different from isData.

Implementation

bool get hasData => value.hasData;