InventorySingleton class

Constructors

InventorySingleton()
factory

Properties

boundaryName → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
isDistributor → dynamic
no setter
isWareHouseMgr → dynamic
no setter
loggedInUser → UserModel?
no setter
loggedInUserUuid → dynamic
no setter
persistenceConfiguration → dynamic
no setter
projectId → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId → dynamic
no setter
transportType → dynamic
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBoundaryName({required String boundaryName}) → void
setInitialData({String? loggedInUserUuid, required String projectId, required bool isDistributor, required bool isWareHouseMgr, List<InventoryTransportTypes>? transportTypes, UserModel? loggedInUser}) → void
setPersistenceConfiguration(PersistenceConfiguration configuration) → void
setTenantId({required String tenantId}) → void
toString() String
A string representation of this object.
inherited

Operators

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