menu
orkitt package
documentation
foundation.dart
Err<T, E>
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Err
<
T
,
E
>
copyWith
(
{
E?
error
,
})
Implementation
Err<T, E> copyWith({E? error}) => Err<T, E>(error ?? this.error);
orkitt package
documentation
foundation
Err<T, E>
copyWith method
Err class