menu
jh_debug package
documentation
utils/logData_utls.dart
LogDataUtls
getSearchKey method
getSearchKey method
dark_mode
light_mode
getSearchKey
method
String
?
getSearchKey
(
LogType
type
)
获取搜索关键
Implementation
String? getSearchKey(LogType type) { return _searchKey[type]; }
jh_debug package
documentation
utils/logData_utls
LogDataUtls
getSearchKey method
LogDataUtls class