menu
flutter_axelor_sdk package
documentation
utils/axelor_result.dart
AxelorResult<T>
isNetworkFailure property
isNetworkFailure property
dark_mode
light_mode
isNetworkFailure
property
bool
get
isNetworkFailure
Implementation
bool get isNetworkFailure => this is NetworkFailure || false;
flutter_axelor_sdk package
documentation
utils/axelor_result
AxelorResult<T>
isNetworkFailure property
AxelorResult class