getNumEmits method

int getNumEmits(
  1. String key
)

Implementation

int getNumEmits(String key) => this._mapEmitCounters[key] ?? 0;