isSuccess property

bool get isSuccess

Whether this response indicates success.

Implementation

bool get isSuccess => error == null;