Price constructor

Price({
  1. required String currency,
  2. required double value,
})

Implementation

Price({required this.currency, required this.value});