ChatUIKitPreviewObj constructor

ChatUIKitPreviewObj({
  1. required String? title,
  2. required String? description,
  3. required String? imageUrl,
  4. required String? url,
})

Implementation

ChatUIKitPreviewObj({
  required this.title,
  required this.description,
  required this.imageUrl,
  required this.url,
});