isContainsKey static method

bool isContainsKey(
  1. String key
)

Implementation

static bool isContainsKey(String key) => _prefs.containsKey(key);