getTag method

AbstractTag? getTag(
  1. String tag
)

Returns the possible tag from the stylesheet.

Implementation

AbstractTag? getTag(String tag) {
  return _tags[tag];
}