final String 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