Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
UnloadingHistoryEntity Class Reference

Private Member Functions

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

Private Attributes

final DateTime deliveredOn
final int id
final double quantityUnloaded
final double quantityWeight
final String reference
final String status
final String warehouseResponsible

Detailed Description

Definition at line 3 of file unloading_history_model.dart.

Constructor & Destructor Documentation

◆ UnloadingHistoryEntity()

UnloadingHistoryEntity::UnloadingHistoryEntity ( { required this.deliveredOn, required this.id, required this.quantityUnloaded, required this.quantityWeight, required this.reference, required this.status, required this.warehouseResponsible, } )
private

Member Function Documentation

◆ fromJson()

factory UnloadingHistoryModel UnloadingHistoryEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 14 of file unloading_history_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > UnloadingHistoryEntity::toJson ( )
inlineprivate

Definition at line 26 of file unloading_history_model.dart.

◆ UnloadingHistoryModel()

UnloadingHistoryEntity::UnloadingHistoryModel ( { required super.deliveredOn, required super.id, required super.quantityUnloaded, required super.quantityWeight, required super.reference, required super.status, required super.warehouseResponsible, } )
private
Here is the caller graph for this function:

Member Data Documentation

◆ deliveredOn

final DateTime UnloadingHistoryEntity::deliveredOn
private

Definition at line 2 of file unloading_history_entity.dart.

◆ id

final int UnloadingHistoryEntity::id
private

Definition at line 3 of file unloading_history_entity.dart.

◆ quantityUnloaded

final double UnloadingHistoryEntity::quantityUnloaded
private

Definition at line 4 of file unloading_history_entity.dart.

◆ quantityWeight

final double UnloadingHistoryEntity::quantityWeight
private

Definition at line 5 of file unloading_history_entity.dart.

◆ reference

final String UnloadingHistoryEntity::reference
private

Definition at line 6 of file unloading_history_entity.dart.

◆ status

final String UnloadingHistoryEntity::status
private

Definition at line 7 of file unloading_history_entity.dart.

◆ warehouseResponsible

final String UnloadingHistoryEntity::warehouseResponsible
private

Definition at line 8 of file unloading_history_entity.dart.


The documentation for this class was generated from the following files: