hasTag method

bool hasTag(
  1. int tag
)

Implementation

bool hasTag(int tag) => tags.containsKey(tag);