UpLabelValuePair constructor

UpLabelValuePair({
  1. required String label,
  2. required dynamic value,
})

Implementation

UpLabelValuePair({required this.label, required this.value});