containsKey method

bool containsKey(
  1. int tag
)

Implementation

bool containsKey(int tag) => data.containsKey(tag);