menu
k_auth package
documentation
models/k_auth_failure.dart
KAuthFailure
isNetworkError property
isNetworkError property
dark_mode
light_mode
isNetworkError
property
bool
get
isNetworkError
네트워크 오류인지 확인
Implementation
bool get isNetworkError => this is NetworkError;
k_auth package
documentation
models/k_auth_failure
KAuthFailure
isNetworkError property
KAuthFailure class