addKey method

dynamic addKey(
  1. String key
)

Implementation

addKey(String key) {
  _keys.add(key);
}