hasNotError property

bool hasNotError

Returns true if the response has not error, otherwise false.

Implementation

bool get hasNotError => error == null;