MessageKind class

Constructors

MessageKind.carousel(List<CarouselItem> carouselItems)
Represents carousel options on the screen.
MessageKind.custom(dynamic custom)
MessageKind.html(String? htmlData)
Represents html on the screen.
MessageKind.imageProvider(ImageProvider<Object>? imageProvider)
Represents image on the screen, you can pass either NetworkImage or AssetImage
MessageKind.quickReply(List<QuickReplyItem> quickReplies)
Represents quick reply options on the screen.
MessageKind.text(String? text)
Represents text on the screen.

Properties

carouselItems List<CarouselItem>
getter/setter pair
custom ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlData String?
getter/setter pair
imageProvider ImageProvider<Object>?
getter/setter pair
quickReplies List<QuickReplyItem>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair

Methods

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

Operators

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