scriptTag property Null safety
Return the script tag at the beginning of the compilation unit, or null
if there is no script tag in this compilation unit.
Implementation
ScriptTag? get scriptTag;
Return the script tag at the beginning of the compilation unit, or null
if there is no script tag in this compilation unit.
ScriptTag? get scriptTag;