判断指定 key 是否存在。
key 要判断的键名。 返回 true 表示存在。
key
@override bool hasValue(String key) { return _box.containsKey(key); }