menu
yxr_flutter_basic package
documentation
base/http/model/RespConfig.dart
RespConfig
RespConfig.new constructor
RespConfig.new constructor
dark_mode
light_mode
RespConfig
constructor
RespConfig
(
{
String
filedCode
=
"code"
,
String
filedMsg
=
"msg"
,
String
successCode
=
"200"
,
})
Implementation
RespConfig( {this.filedCode = "code", this.filedMsg = "msg", this.successCode = "200"});
yxr_flutter_basic package
documentation
base/http/model/RespConfig
RespConfig
RespConfig.new constructor
RespConfig class