menu
kasseneck_api package
documentation
rechnung.dart
InvoiceNotice
InvoiceNotice.new const constructor
InvoiceNotice.new const constructor
dark_mode
light_mode
InvoiceNotice
constructor
const
InvoiceNotice
(
{
required
String
code
,
required
String
message
,
})
Implementation
const InvoiceNotice({required this.code, required this.message});
kasseneck_api package
documentation
rechnung
InvoiceNotice
InvoiceNotice.new const constructor
InvoiceNotice class