has static method

bool has(
  1. String key
)

Implementation

static bool has(String key) => _instance.has(key);