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