isSuccess property

bool get isSuccess

Check if response is successful

Implementation

bool get isSuccess => error == null;