fromProfile static method

NewRequestItemModel fromProfile(
  1. ChatUIKitProfile profile
)

Implementation

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