menu
hinet package
documentation
core/hi_error.dart
HiNetError
HiNetError.new constructor
HiNetError.new constructor
dark_mode
light_mode
HiNetError
constructor
HiNetError
(
int
code
,
String
message
, {
dynamic
data
,
})
Implementation
HiNetError(this.code, this.message, {this.data});
hinet package
documentation
core/hi_error
HiNetError
HiNetError.new constructor
HiNetError class