ProjectProductVariantModel class

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

Constructors

ProjectProductVariantModel({ProjectProductVariantAdditionalFields? additionalFields, required String productVariantId, String? type, bool? isBaseUnitVariant, bool? nonRecoverableError = false, String? tenantId, int? rowVersion, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails, bool? isDeleted = false})

Properties

additionalFields ProjectProductVariantAdditionalFields?
final
auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientAuditDetails ClientAuditDetails?
finalinherited
companion ProjectProductVariantCompanion
no setter
copyWith ProjectProductVariantModelCopyWith<ProjectProductVariantModel, ProjectProductVariantModel, ProjectProductVariantModel>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isBaseUnitVariant bool?
final
isDeleted bool?
finalinherited
nonRecoverableError bool?
final
productVariantId String
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
final
type 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