fromProfile static method
Implementation
static GroupItemModel fromProfile(ChatUIKitProfile profile) {
return GroupItemModel(profile: profile);
}
static GroupItemModel fromProfile(ChatUIKitProfile profile) {
return GroupItemModel(profile: profile);
}