menu
flutter_axelor_sdk package
documentation
utils/axelor_result.dart
AxelorResult<T>
getOrThrow method
getOrThrow method
dark_mode
light_mode
getOrThrow
method
T
getOrThrow
(
)
Implementation
T getOrThrow() => isSuccess ? (this as Success<T>).data : throw getException()!;
flutter_axelor_sdk package
documentation
utils/axelor_result
AxelorResult<T>
getOrThrow method
AxelorResult class