getSearchKey method

String? getSearchKey(
  1. LogType type
)

获取搜索关键

Implementation

String? getSearchKey(LogType type) {
  return _searchKey[type];
}