SpendingControls constructor

SpendingControls({
  1. List<String>? allowedCategories,
  2. List<String>? blockedCategories,
  3. SpendingLimits? spendingLimits,
  4. String? spendingLimitsCurrency,
})

Implementation

SpendingControls({
  this.allowedCategories,
  this.blockedCategories,
  this.spendingLimits,
  this.spendingLimitsCurrency,
});