Message class
- Available extensions
Constructors
- Message.new({required String text, bool isUser = false})
-
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.
inherited
-
transformToChatPrompt(
{ModelType type = ModelType.general}) → String -
Available on Message, provided by the MessageExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited