isExternal property
isExternal
is used to determin if the html contains its own css or js
if isExternal
is true
then the html will be rendered as is inside a template tag
Implementation
final bool? isExternal;
isExternal
is used to determin if the html contains its own css or js
if isExternal
is true
then the html will be rendered as is inside a template tag
final bool? isExternal;