EntityModelCopyWith<$R, $In extends EntityModel, $Out> class abstract

Implementers
Available extensions

Constructors

EntityModelCopyWith()

Properties

$asAddressModel AddressModelCopyWith<$R, AddressModel, $Out>

Available on ObjectCopyWith<$R, AddressModel, $Out>, provided by the AddressModelValueCopy extension

no setter
$asAttributesModel AttributesModelCopyWith<$R, AttributesModel, $Out>

Available on ObjectCopyWith<$R, AttributesModel, $Out>, provided by the AttributesModelValueCopy extension

no setter
$asBoundaryModel BoundaryModelCopyWith<$R, BoundaryModel, $Out>

Available on ObjectCopyWith<$R, BoundaryModel, $Out>, provided by the BoundaryModelValueCopy extension

no setter
$asDocumentModel DocumentModelCopyWith<$R, DocumentModel, $Out>

Available on ObjectCopyWith<$R, DocumentModel, $Out>, provided by the DocumentModelValueCopy extension

no setter
$asFacilityModel FacilityModelCopyWith<$R, FacilityModel, $Out>

Available on ObjectCopyWith<$R, FacilityModel, $Out>, provided by the FacilityModelValueCopy extension

no setter
$asIdentifierModel IdentifierModelCopyWith<$R, IdentifierModel, $Out>

Available on ObjectCopyWith<$R, IdentifierModel, $Out>, provided by the IdentifierModelValueCopy extension

no setter
$asIndividualModel IndividualModelCopyWith<$R, IndividualModel, $Out>

Available on ObjectCopyWith<$R, IndividualModel, $Out>, provided by the IndividualModelValueCopy extension

no setter
$asLocalityModel LocalityModelCopyWith<$R, LocalityModel, $Out>

Available on ObjectCopyWith<$R, LocalityModel, $Out>, provided by the LocalityModelValueCopy extension

no setter
$asNameModel NameModelCopyWith<$R, NameModel, $Out>

Available on ObjectCopyWith<$R, NameModel, $Out>, provided by the NameModelValueCopy extension

no setter
$asProductModel ProductModelCopyWith<$R, ProductModel, $Out>

Available on ObjectCopyWith<$R, ProductModel, $Out>, provided by the ProductModelValueCopy extension

no setter
$asProductVariantModel ProductVariantModelCopyWith<$R, ProductVariantModel, $Out>

Available on ObjectCopyWith<$R, ProductVariantModel, $Out>, provided by the ProductVariantModelValueCopy extension

no setter
$asProjectFacilityModel ProjectFacilityModelCopyWith<$R, ProjectFacilityModel, $Out>

Available on ObjectCopyWith<$R, ProjectFacilityModel, $Out>, provided by the ProjectFacilityModelValueCopy extension

no setter
$asProjectModel ProjectModelCopyWith<$R, ProjectModel, $Out>

Available on ObjectCopyWith<$R, ProjectModel, $Out>, provided by the ProjectModelValueCopy extension

no setter
$asProjectProductVariantModel ProjectProductVariantModelCopyWith<$R, ProjectProductVariantModel, $Out>

Available on ObjectCopyWith<$R, ProjectProductVariantModel, $Out>, provided by the ProjectProductVariantModelValueCopy extension

no setter
$asProjectResourceModel ProjectResourceModelCopyWith<$R, ProjectResourceModel, $Out>

Available on ObjectCopyWith<$R, ProjectResourceModel, $Out>, provided by the ProjectResourceModelValueCopy extension

no setter
$asProjectStaffModel ProjectStaffModelCopyWith<$R, ProjectStaffModel, $Out>

Available on ObjectCopyWith<$R, ProjectStaffModel, $Out>, provided by the ProjectStaffModelValueCopy extension

no setter
$asProjectTypeModel ProjectTypeModelCopyWith<$R, ProjectTypeModel, $Out>

Available on ObjectCopyWith<$R, ProjectTypeModel, $Out>, provided by the ProjectTypeModelValueCopy extension

no setter
$asTargetModel TargetModelCopyWith<$R, TargetModel, $Out>

Available on ObjectCopyWith<$R, TargetModel, $Out>, provided by the TargetModelValueCopy extension

no setter
$asUserActionModel UserActionModelCopyWith<$R, UserActionModel, $Out>

Available on ObjectCopyWith<$R, UserActionModel, $Out>, provided by the UserActionModelValueCopy extension

no setter
$asUserModel UserModelCopyWith<$R, UserModel, $Out>

Available on ObjectCopyWith<$R, UserModel, $Out>, provided by the UserModelValueCopy extension

no setter
auditDetails AuditDetailsCopyWith<$R, AuditDetails, AuditDetails>?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$chain<$R2, $Out2>(Then<$Out2, $R2> t) EntityModelCopyWith<$R2, $In, $Out2>
$delta(Map<String, dynamic> delta) → $R
inherited
$merge($In value) → $R
inherited
$update($Out transform($In)) → $R
inherited
call({AuditDetails? auditDetails, bool? isDeleted}) → $R
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