MessageResponseData constructor

MessageResponseData({
  1. String? message,
  2. String? description,
  3. String? mediaUrl,
  4. String? title,
  5. String? mimeType,
  6. String? filename,
  7. int? height,
  8. int? width,
  9. String? action,
  10. double? lat,
  11. double? long,
  12. List<CarouselButton>? buttons,
})

Implementation

MessageResponseData(
    {this.message,
    this.description,
    this.mediaUrl,
    this.title,
    this.mimeType,
    this.filename,
    this.height,
    this.width,
    this.action,
    this.lat,
    this.long,
    this.buttons});