isSelfClosing method

bool isSelfClosing(
  1. String tag
)

Implementation

bool isSelfClosing(String tag) {
  return _selfClosing.contains(tag);
}