copyWith method

CreateSecretChat copyWith({
  1. int? secretChatId,
})

Implementation

CreateSecretChat copyWith({int? secretChatId}) =>
    CreateSecretChat(secretChatId: secretChatId ?? this.secretChatId);