Thread class

A collection of messages representing a conversation.

Constructors

Thread({String? historyId, String? id, List<Message>? messages, String? snippet})
Thread.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
historyId String?
The ID of the last history record that modified this thread.
getter/setter pair
id String?
The unique ID of the thread.
getter/setter pair
messages List<Message>?
The list of messages in the thread.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
A short part of the message text.
getter/setter pair

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