Attribute constructor
const
Attribute({
- required String traitType,
- required dynamic value,
Implementation
const Attribute({
required this.traitType,
required this.value,
});