RCKChatProfileInfo constructor
RCKChatProfileInfo({})
Implementation
RCKChatProfileInfo({
required this.id,
required this.name,
required this.avatar,
this.isGroup = false,
this.extraInfo = '',
});
RCKChatProfileInfo({
required this.id,
required this.name,
required this.avatar,
this.isGroup = false,
this.extraInfo = '',
});