getTag abstract method

List<int>? getTag(
  1. int key
)

Get the tag values for a given tag key.

Implementation

List<int>? getTag(int key);