|
| final num | id |
| final String | name |
Definition at line 524 of file collection_model.dart.
◆ WarehouseEntity()
| WarehouseEntity::WarehouseEntity |
( |
{ required this.id, required this.name, } | | ) |
|
|
private |
◆ fromJson()
| factory WarehouseModel WarehouseEntity::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ WarehouseModel()
| WarehouseEntity::WarehouseModel |
( |
{ required super.id, required super.name, } | | ) |
|
|
private |
◆ id
| final num WarehouseEntity::id |
|
private |
◆ name
| final String WarehouseEntity::name |
|
private |
The documentation for this class was generated from the following files: