ChatBotMessage class abstract

Implementers

Constructors

ChatBotMessage({required int id, required int index, required ChatBotMessageType type, required ChatBotMessageSender sender, required String key, String? title, String? text, String? icon, ChatBotMessageMeta meta = const ChatBotMessageMeta.defaults(), List<ChatBotMessageOption> options = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String?
final
id int
final
index int
final
key String
final
meta ChatBotMessageMeta
final
options List<ChatBotMessageOption>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender ChatBotMessageSender
final
text String?
final
title String?
final
type ChatBotMessageType
final

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