hasValue abstract method

bool hasValue(
  1. String key
)

判断指定 key 是否存在。

key 要判断的键名。 返回 true 表示存在。

Implementation

bool hasValue(String key);