TransactionsCategoryRule constructor
TransactionsCategoryRule({
- String? id,
- String? itemId,
- DateTime? createdAt,
- String? personalFinanceCategory,
- TransactionsRuleDetails? ruleDetails,
Implementation
TransactionsCategoryRule({
this.id,
this.itemId,
this.createdAt,
this.personalFinanceCategory,
this.ruleDetails,
});