bind method

void bind(
  1. String key
)

Implementation

void bind(String key) {
  _createKey(key);
  _items[_key]!.bind(_items[key]!);
}