menu
fuck_utils package
documentation
util/http/http_util.dart
HttpUtil
getCode static method
getCode static method
dark_mode
light_mode
getCode
static method
String
?
getCode
(
Map
?
res
)
Implementation
static String? getCode(Map? res) { return res == null ? null : res[_codeField]?.toString(); }
fuck_utils package
documentation
util/http/http_util
HttpUtil
getCode static method
HttpUtil class