AttrAst constructor
AttrAst(
- String name,
- AttributeValue<
Object> value, - SourceSpan sourceSpan
Implementation
AttrAst(this.name, this.value, this.sourceSpan);