Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
WarehouseEntity Class Reference

Private Member Functions

 WarehouseModel ({ required super.id, required super.name, })
factory WarehouseModel fromJson (Map< String, dynamic > json)
 WarehouseEntity ({ required this.id, required this.name, })

Private Attributes

final num id
final String name

Detailed Description

Definition at line 524 of file collection_model.dart.

Constructor & Destructor Documentation

◆ WarehouseEntity()

WarehouseEntity::WarehouseEntity ( { required this.id, required this.name, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromJson()

factory WarehouseModel WarehouseEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 530 of file collection_model.dart.

Here is the call graph for this function:

◆ WarehouseModel()

WarehouseEntity::WarehouseModel ( { required super.id, required super.name, } )
private
Here is the caller graph for this function:

Member Data Documentation

◆ id

final num WarehouseEntity::id
private

Definition at line 444 of file collection_entity.dart.

◆ name

final String WarehouseEntity::name
private

Definition at line 445 of file collection_entity.dart.


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