isSuccess property

bool get isSuccess

Returns true if the result contains data.

Implementation

bool get isSuccess => data != null;