StockSearchModel class

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

Constructors

StockSearchModel({String? id, String? tenantId, String? facilityId, String? productVariantId, String? referenceId, String? referenceIdType, String? transactingPartyId, String? transactingPartyType, String? receiverId, String? receiverType, String? senderId, String? senderType, List<String>? clientReferenceId, List<String>? transactionType, List<String>? transactionReason, String? boundaryCode, bool? isDeleted = false})
StockSearchModel.ignoreDeleted({String? id, String? tenantId, String? facilityId, String? productVariantId, String? referenceId, String? referenceIdType, String? transactingPartyId, String? transactingPartyType, String? receiverId, String? receiverType, String? senderId, String? senderType, List<String>? clientReferenceId, List<String>? transactionType, List<String>? transactionReason, String? boundaryCode})

Properties

additionalFields → AdditionalFields?
finalinherited
auditDetails → AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientReferenceId List<String>?
final
copyWith StockSearchModelCopyWith<StockSearchModel, StockSearchModel, StockSearchModel>
no setterinherited
facilityId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool?
finalinherited
productVariantId String?
final
receiverId String?
final
receiverType String?
final
referenceId String?
final
referenceIdType String?
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 List<String>?
final
transactionType List<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