set list and encode 常用于 list 嵌套 map
Future<bool> setEncodeList(dynamic key, List value) => setObject<String>(key, jsonEncode(value));