isSuccess property

bool get isSuccess

是否成功(2xx)

Implementation

bool get isSuccess => statusCode >= 200 && statusCode < 300;