copyWith method

UpdateSecretChat copyWith({
  1. SecretChat? secretChat,
})

Implementation

UpdateSecretChat copyWith({SecretChat? secretChat}) =>
    UpdateSecretChat(secretChat: secretChat ?? this.secretChat);