IssueResult constructor
const
IssueResult({
- required Invoice invoice,
- required bool replayed,
- List<
InvoiceNotice> notice = const [],
Implementation
const IssueResult({required this.invoice, required this.replayed, this.notice = const []});