ChatMemberOwner constructor
Creates a new ChatMemberOwner object.
Implementation
const ChatMemberOwner({
required this.user,
required this.isAnonymous,
this.customTitle,
});
Creates a new ChatMemberOwner object.
const ChatMemberOwner({
required this.user,
required this.isAnonymous,
this.customTitle,
});