resend method

void resend(
  1. K key
)

Sends a MapUpdate down the stream with the key's MapEntry

Implementation

void resend(K key) {
  _send({key: this[key]}, _map, _map);
}