Attribute<T> constructor
const
Attribute<T> (
- String key,
- AttributeScope scope,
- T value
Implementation
const Attribute(
this.key,
this.scope,
this.value,
);