copyWith method
Implementation
ChatTypeSecret copyWith({int? secretChatId, int? userId}) => ChatTypeSecret(
secretChatId: secretChatId ?? this.secretChatId,
userId: userId ?? this.userId,
);
ChatTypeSecret copyWith({int? secretChatId, int? userId}) => ChatTypeSecret(
secretChatId: secretChatId ?? this.secretChatId,
userId: userId ?? this.userId,
);