BankStatement constructor
BankStatement({})
Returns a new BankStatement instance.
Implementation
BankStatement({
required this.id,
required this.organizationId,
required this.description,
required this.value,
this.tag,
required this.employeeId,
this.customerId,
required this.date,
});