menu
scobro_foundation_flutter package
documentation
framework/view_state_base.dart
ViewStateBase<T>
copyWith abstract method
copyWith abstract method
dark_mode
light_mode
copyWith
abstract method
T
copyWith
(
{
bool
?
isLoading
,
String
?
errorMessage
,
})
Implementation
T copyWith({bool? isLoading, String? errorMessage});
scobro_foundation_flutter package
documentation
framework/view_state_base
ViewStateBase<T>
copyWith abstract method
ViewStateBase class