StockReconciliationModel class
- Inheritance
-
- Object
- DataModel
- EntityModel
- StockReconciliationModel
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)
Constructors
- StockReconciliationModel({StockReconciliationAdditionalFields? additionalFields, String? id, String? tenantId, String? facilityId, String? productVariantId, String? referenceId, String? referenceIdType, int? physicalCount, int? calculatedCount, String? commentsOnReconciliation, bool? nonRecoverableError = false, required String clientReferenceId, int? rowVersion, required int dateOfReconciliation, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})
Properties
- additionalFields → StockReconciliationAdditionalFields?
-
final
- auditDetails → AuditDetails?
-
finalinherited
- boundaryCode → String?
-
finalinherited
- calculatedCount → int?
-
final
- clientAuditDetails → ClientAuditDetails?
-
finalinherited
- clientReferenceId → String
-
final
- commentsOnReconciliation → String?
-
final
- companion → StockReconciliationCompanion
-
no setter
-
copyWith
→ StockReconciliationModelCopyWith<
StockReconciliationModel, StockReconciliationModel, StockReconciliationModel> -
no setterinherited
- dateOfReconciliation → int
-
no setter
- dateOfReconciliationTime → DateTime
-
final
- facilityId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isDeleted → bool?
-
finalinherited
- nonRecoverableError → bool?
-
final
- physicalCount → int?
-
final
- productVariantId → String?
-
final
- referenceId → String?
-
final
- referenceIdType → String?
-
final
- rowVersion → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- schemaName → const String