Attribute constructor

Attribute(
  1. Identifier? id,
  2. StringLiteral? string,
  3. Token? equals,
  4. Token? nequ,
  5. Expression? value,
)

Implementation

Attribute(this.id, this.string, this.equals, this.nequ, this.value);