menu
ventas_dealer package
documentation
models/invoice_details.dart
Errors
Errors constructor
Errors constructor
dark_mode
light_mode
Errors
constructor
Errors
(
{
ErrorItem
?
errorItem
,
String
?
code
,
String
?
description
,
String
?
message
,
})
Implementation
Errors({this.errorItem, this.code, this.description, this.message});
ventas_dealer package
documentation
models/invoice_details
Errors
Errors constructor
Errors class