StatementLine constructor
const
StatementLine({})
StatementLine API.
Implementation
const StatementLine({
required this.date,
required this.detail,
this.debit = '',
this.credit = '',
this.balance = '',
});
StatementLine API.
const StatementLine({
required this.date,
required this.detail,
this.debit = '',
this.credit = '',
this.balance = '',
});