ContactItemModel constructor

ContactItemModel({
  1. required ChatUIKitProfile profile,
})

Implementation

ContactItemModel({
  required this.profile,
}) {
  profile = profile;
}