NodeReference.html constructor
NodeReference.html(
- CompileViewStorage? _storage,
- int nodeIndex
Create a NodeReference for an HTML fragment (for i18n).
Implementation
NodeReference.html(
this._storage,
int nodeIndex,
) : _type = o.importType(Identifiers.documentFragment),
_name = '_html_$nodeIndex',
_initialValue = null;