isNetworkError property

bool get isNetworkError

네트워크 오류인지 확인

Implementation

bool get isNetworkError => this is NetworkError;