hasNotError property

bool get hasNotError

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

Implementation

bool get hasNotError => error == null;