NodeReference.html constructor

NodeReference.html(
  1. CompileViewStorage? _storage,
  2. 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;