ChatMessageContentMultiModal class
{@template chat_message_content_multi_modal} The content of a message that is multi-modal. {@endtemplate
- Inheritance
-
- Object
- ChatMessageContent
- ChatMessageContentMultiModal
- Annotations
-
- @immutable
Constructors
-
ChatMessageContentMultiModal({required List<
ChatMessageContent> parts})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
parts
→ List<
ChatMessageContent> -
The parts of the multi-modal message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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 ChatMessageContentMultiModal other) → bool -
The equality operator.
override