hasKey method

bool hasKey(
  1. String key
)

Implementation

bool hasKey(String key) {
  return _box.hasData(key);
}