isEmbeddedTemplate property
bool
get
isEmbeddedTemplate
Whether this is a </template> tag and should be directly rendered.
Implementation
bool get isEmbeddedTemplate => name == 'template';
Whether this is a </template> tag and should be directly rendered.
bool get isEmbeddedTemplate => name == 'template';