Attribute constructor
const
Attribute({
- required dynamic label,
- required String value,
Implementation
const Attribute({required label, required this.value}) : _label = label;