isSuccess property

bool get isSuccess

Check if the response is successful

Implementation

bool get isSuccess => status == 'ok';