NewRequestItemModel constructor
NewRequestItemModel({
- required ChatUIKitProfile profile,
- String? reason,
Implementation
NewRequestItemModel({
required this.profile,
this.reason,
}) {
profile = profile;
}