ChatMessageContentText class
The content of a message that is text.
- Inheritance
-
- Object
- ChatMessageContent
- ChatMessageContentText
Constructors
- ChatMessageContentText({required String text})
-
The content of a message that is text.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant ChatMessageContentText other) → bool -
The equality operator.
override