isSuccess property

bool get isSuccess

Implementation

bool get isSuccess => status == 200 || status == 1;