menu
ventas_dealer package
documentation
models/invoice_details.dart
Department
Department constructor
Department constructor
dark_mode
light_mode
Department
constructor
Department
(
{
int
?
id
,
String
?
departmentName
,
String
?
description
,
})
Implementation
Department({this.id, this.departmentName, this.description});
ventas_dealer package
documentation
models/invoice_details
Department
Department constructor
Department class