MessageChatChangeTitle constructor

const MessageChatChangeTitle({
  1. required String title,
})

An updated chat title

Implementation

const MessageChatChangeTitle({
  required this.title,
});