MessageResponseData class

Constructors

MessageResponseData({String? message, String? description, String? mediaUrl, String? title, String? mimeType, String? filename, int? height, int? width, String? action, double? lat, double? long, List<CarouselButton>? buttons})
MessageResponseData.buttons(Map<String, dynamic> json)
factory
MessageResponseData.carousel(Map<String, dynamic> json)
factory
MessageResponseData.file(Map<String, dynamic> json)
factory
MessageResponseData.image(Map<String, dynamic> json)
factory
MessageResponseData.location(Map<String, dynamic> json)
factory
MessageResponseData.text(Map<String, dynamic> json)
factory

Properties

action String?
getter/setter pair
buttons List<CarouselButton>?
getter/setter pair
description String?
getter/setter pair
filename String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
lat double?
getter/setter pair
long double?
getter/setter pair
mediaUrl String?
getter/setter pair
message String?
getter/setter pair
mimeType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
width int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited