PickerDataBalance constructor

PickerDataBalance({
  1. double? amount,
  2. String? currency,
})

Implementation

PickerDataBalance({
  this.amount,
  this.currency,
});