fromProfile static method

GroupItemModel fromProfile(
  1. ChatUIKitProfile profile
)

Implementation

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