menu
smart_dio package
documentation
http/plugins/response_parser_plugin.dart
ResponseKeyMap
ResponseKeyMap.new const constructor
ResponseKeyMap.new const constructor
dark_mode
light_mode
ResponseKeyMap
constructor
const
ResponseKeyMap
(
{
String
codeKey
=
'code'
,
String
msgKey
=
'msg'
,
String
dataKey
=
'data'
,
})
Implementation
const ResponseKeyMap({ this.codeKey = 'code', this.msgKey = 'msg', this.dataKey = 'data', });
smart_dio package
documentation
http/plugins/response_parser_plugin
ResponseKeyMap
ResponseKeyMap.new const constructor
ResponseKeyMap class