TransactionsCategoryRule constructor

TransactionsCategoryRule({
  1. String? id,
  2. String? itemId,
  3. DateTime? createdAt,
  4. String? personalFinanceCategory,
  5. TransactionsRuleDetails? ruleDetails,
})

Implementation

TransactionsCategoryRule({
  this.id,
  this.itemId,
  this.createdAt,
  this.personalFinanceCategory,
  this.ruleDetails,
});