ConversationContentData class
Model class for ConversationContentData This represents the content of a conversation item, such as text
Constructors
- ConversationContentData.new({String? type, String? text})
-
ConversationContentData.fromJson(Map<
String, dynamic> json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited