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