ChatShared constructor
const
ChatShared({})
Creates a new ChatShared object.
Implementation
const ChatShared({
required this.requestId,
required this.chatId,
this.title,
this.username,
this.photo,
});
Creates a new ChatShared object.
const ChatShared({
required this.requestId,
required this.chatId,
this.title,
this.username,
this.photo,
});