MessageChatChangeTitle constructor
const
MessageChatChangeTitle({
- required String title,
An updated chat title
Implementation
const MessageChatChangeTitle({
required this.title,
});
An updated chat title
const MessageChatChangeTitle({
required this.title,
});