InvoiceNotice constructor

const InvoiceNotice({
  1. required String code,
  2. required String message,
})

Implementation

const InvoiceNotice({required this.code, required this.message});