has static method

bool has(
  1. String key
)

Implementation

static bool has(String key) {
  return _p.containsKey('wt_session_$key');
}