NewRequestItemModel constructor

NewRequestItemModel({
  1. required ChatUIKitProfile profile,
  2. String? reason,
})

Implementation

NewRequestItemModel({
  required this.profile,
  this.reason,
}) {
  profile = profile;
}