isServerError property

bool get isServerError

Implementation

bool get isServerError => statusCode != null && statusCode! >= 500;