copyWith method
Implementation
IdentityVerificationTemplateReference copyWith({String? id, num? version}) {
return IdentityVerificationTemplateReference(
id: id ?? this.id, version: version ?? this.version);
}
IdentityVerificationTemplateReference copyWith({String? id, num? version}) {
return IdentityVerificationTemplateReference(
id: id ?? this.id, version: version ?? this.version);
}