final String warehouseResponsible
UnloadingHistoryModel({ required super.deliveredOn, required super.id, required super.quantityUnloaded, required super.quantityWeight, required super.reference, required super.status, required super.warehouseResponsible, })
final double quantityWeight
final DateTime deliveredOn
UnloadingHistoryEntity({ required this.deliveredOn, required this.id, required this.quantityUnloaded, required this.quantityWeight, required this.reference, required this.status, required this.warehouseResponsible, })
final double quantityUnloaded
Map< String, dynamic > toJson()