isExternal property

bool? isExternal
final

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;