menu
scobro_foundation_flutter package
documentation
framework/view_state_base.dart
ViewStateBase<T>
withError method
withError method
dark_mode
light_mode
withError
method
T
withError
(
String
message
)
Implementation
T withError(String message) => copyWith(errorMessage: message, isLoading: false);
scobro_foundation_flutter package
documentation
framework/view_state_base
ViewStateBase<T>
withError method
ViewStateBase class