UpLabelValuePair constructor
UpLabelValuePair({
- required String label,
- required dynamic value,
Implementation
UpLabelValuePair({required this.label, required this.value});