BoundDirectivePropertyAst constructor
BoundDirectivePropertyAst(
- String memberName,
- String templateName,
- BoundValue value,
- SourceSpan sourceSpan,
Implementation
BoundDirectivePropertyAst(
this.memberName,
this.templateName,
this.value,
this.sourceSpan,
);