fromProfile static method

ContactItemModel fromProfile(
  1. ChatUIKitProfile profile
)

Implementation

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