Attribute constructor
const
Attribute({})
Implementation
const Attribute({
required this.number,
required this.name,
required this.description,
required this.abbreviation,
required this.focuses,
this.isPrimary = false,
this.value = AttributeValues.average,
});