Metadata constructor
const
Metadata({})
Implementation
const Metadata({
required this.key,
required this.label,
required this.description,
required this.category,
required this.scope,
required this.isToggle,
this.unit,
this.min,
this.max,
});