StockModel class

Inheritance
  • Object
  • DataModel
  • EntityModel
  • StockModel
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true, discriminatorValue: MappableClass.useAsDefault)

Constructors

StockModel({StockAdditionalFields? additionalFields, String? id, String? tenantId, String? facilityId, String? productVariantId, String? referenceId, String? referenceIdType, String? transactingPartyId, String? transactingPartyType, String? quantity, String? wayBillNumber, String? receiverId, String? receiverType, String? senderId, String? senderType, bool? nonRecoverableError = false, required String clientReferenceId, int? rowVersion, String? transactionType, String? transactionReason, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})

Properties

additionalFields StockAdditionalFields?
final
auditDetails → AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientAuditDetails → ClientAuditDetails?
finalinherited
clientReferenceId String
final
companion → StockCompanion
no setter
copyWith StockModelCopyWith<StockModel, StockModel, StockModel>
no setterinherited
facilityId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool?
finalinherited
nonRecoverableError bool?
final
productVariantId String?
final
quantity String?
final
receiverId String?
final
receiverType String?
final
referenceId String?
final
referenceIdType String?
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderId String?
final
senderType String?
final
tenantId String?
final
transactingPartyId String?
final
transactingPartyType String?
final
transactionReason String?
final
transactionType String?
final
wayBillNumber 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