FeedResponse constructor

FeedResponse({
  1. required String cta,
  2. required String title,
  3. required String message,
  4. required String icon,
  5. required String url,
  6. required String sid,
  7. required String app,
  8. required String image,
  9. required String blockchain,
  10. required String secret,
  11. required Notification notification,
})

Implementation

FeedResponse({
  required this.cta,
  required this.title,
  required this.message,
  required this.icon,
  required this.url,
  required this.sid,
  required this.app,
  required this.image,
  required this.blockchain,
  required this.secret,
  required this.notification,
});