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