Amount constructor

Amount({
  1. required String value,
  2. required Currency currency,
})

Implementation

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