Attribute constructor

Attribute(
  1. String key,
  2. dynamic value
)

Implementation

Attribute(this.key, this.value);