Attribute<T> constructor

const Attribute<T>(
  1. String key,
  2. AttributeScope scope,
  3. T value
)

Implementation

const Attribute(
  this.key,
  this.scope,
  this.value,
);