menu
sharing package
documentation
remote/network/fetch_failure.dart
FetchFailure
FetchFailure.crashError const constructor
FetchFailure.crashError const constructor
dark_mode
light_mode
FetchFailure.crashError
constructor
const
FetchFailure.crashError
(
int
code
,
dynamic
msg
,
String
data
)
Implementation
const factory FetchFailure.crashError(int code, msg, String data) = CrashError;
sharing package
documentation
remote/network/fetch_failure
FetchFailure
FetchFailure.crashError const constructor
FetchFailure class