MollieAmount constructor

MollieAmount({
  1. String? currency,
  2. String? value,
})

Implementation

MollieAmount({this.currency, this.value});