hasKey method

bool hasKey(
  1. String key
)

Implementation

bool hasKey(String key)
  => this._recs.any((EncodingTabRec r) => r.key == key);