AppReloadConfiguration constructor
AppReloadConfiguration({
- required bool allowCustomAmount,
- List<
PresetReloadAmount> ? presetAmounts,
Implementation
AppReloadConfiguration({
required this.allowCustomAmount,
this.presetAmounts,
});