Pair constructor
Pair({
- required UcumDecimal value,
- required String unit,
Implementation
Pair({required this.value, required this.unit});
Pair({required this.value, required this.unit});