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