Attribute constructor

Attribute(
  1. String value,
  2. int range
)

Implementation

Attribute(this.value,this.range,);