StockReconciliationState class
- Annotations
-
- @freezed
Constructors
-
StockReconciliationState({@Default(false) bool loading, @Default(false) bool persisted, required String projectId, required DateTime dateOfReconciliation, FacilityModel? facilityModel, String? productVariantId, @Default([]) List<
StockModel> stockModels, StockReconciliationModel? stockReconciliationModel}) -
factory
Properties
-
copyWith
→ $StockReconciliationStateCopyWith<
StockReconciliationState> -
no setterinherited
- dateOfReconciliation → DateTime
-
no setterinherited
- facilityModel → FacilityModel?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- loading → bool
-
no setterinherited
- persisted → bool
-
no setterinherited
- productVariantId → String?
-
no setterinherited
- projectId → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stockDamaged → num
-
no setter
- stockInHand → num
-
no setter
- stockIssued → num
-
no setter
- stockLost → num
-
no setter
-
stockModels
→ List<
StockModel> -
no setterinherited
- stockReceived → num
-
no setter
- stockReconciliationModel → StockReconciliationModel?
-
no setterinherited
- stockReturned → num
-
no setter
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