AttrAst constructor

AttrAst(
  1. String name,
  2. AttributeValue<Object> value,
  3. SourceSpan sourceSpan
)

Implementation

AttrAst(this.name, this.value, this.sourceSpan);