BoundDirectivePropertyAst constructor

BoundDirectivePropertyAst(
  1. String memberName,
  2. String templateName,
  3. BoundValue value,
  4. SourceSpan sourceSpan,
)

Implementation

BoundDirectivePropertyAst(
  this.memberName,
  this.templateName,
  this.value,
  this.sourceSpan,
);