AttrStatement constructor

const AttrStatement(
  1. AttrTarget target,
  2. AttrList attrList
)

Implementation

const AttrStatement(this.target, this.attrList);