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