menu
rest_simplified package
documentation
beans.dart
ServiceResult
isSuccess method
isSuccess method
dark_mode
light_mode
isSuccess
method
bool
isSuccess
(
)
Implementation
bool isSuccess() { return (result == ServiceExecutionResult.success); }
rest_simplified package
documentation
beans
ServiceResult
isSuccess method
ServiceResult class