WarehouseBinData class

Constructors

WarehouseBinData({required String guid, required String warehouseId, required String rowId, required String bayId, required String levelId, required String positionId, required String faceRowId, required String color})
WarehouseBinData.fromJson(Map<String, dynamic> json)
factory

Properties

bayId String
final
color String
final
faceRowId String
final
guid String
final
hashCode int
The hash code for this object.
no setterinherited
levelId String
final
positionId String
final
rowId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warehouseId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getWarehouseBins({String? warehouseId}) Future<List<WarehouseBinData>>