InflowModel constructor
InflowModel({})
Implementation
InflowModel({
required this.type,
required this.incomeAmount,
required this.paymentDayOfMonth,
required this.transactionName,
required this.statementDayOfMonth,
});