AppReloadConfiguration constructor

AppReloadConfiguration({
  1. required bool allowCustomAmount,
  2. List<PresetReloadAmount>? presetAmounts,
})

Implementation

AppReloadConfiguration({
  required this.allowCustomAmount,
  this.presetAmounts,
});