standalone property
Return the value of the standalone directive.
Implementation
@override
bool get standalone => getAttribute(standaloneAttribute) == 'yes';
Return the value of the standalone directive.
@override
bool get standalone => getAttribute(standaloneAttribute) == 'yes';