copyWith property

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

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

Implementation

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