IssueResult constructor

const IssueResult({
  1. required Invoice invoice,
  2. required bool replayed,
  3. List<InvoiceNotice> notice = const [],
})

Implementation

const IssueResult({required this.invoice, required this.replayed, this.notice = const []});