hasData property

  1. @override
bool hasData
override

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

Implementation

@override
bool get hasData => true;