copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$EncryptedSubContactCopyWith<EncryptedSubContact> get copyWith
inherited

Create a copy of EncryptedSubContact with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$EncryptedSubContactCopyWith<EncryptedSubContact> get copyWith =>
    _$EncryptedSubContactCopyWithImpl<EncryptedSubContact>(
        this as EncryptedSubContact, _$identity);