isSelfClosing method

bool isSelfClosing(
  1. String tag
)

Implementation

bool isSelfClosing(String tag) => false;