ContextValue constructor
ContextValue({
- LocalizedString? label,
- String? severity,
- String? unit,
- double? value,
Implementation
ContextValue({
this.label,
this.severity,
this.unit,
this.value,
});