copyWith method
Implementation
RemoveChatActionBar copyWith({
int? chatId,
}) =>
RemoveChatActionBar(
chatId: chatId ?? this.chatId,
);
RemoveChatActionBar copyWith({
int? chatId,
}) =>
RemoveChatActionBar(
chatId: chatId ?? this.chatId,
);