We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6ee8d commit 941afe2Copy full SHA for 941afe2
lib/model/message_list.dart
@@ -85,7 +85,11 @@ mixin _MessageSequence {
85
/// A sequence number for invalidating stale fetches.
86
int generation = 0;
87
88
- /// The messages.
+ /// The known messages in the list.
89
+ ///
90
+ /// This may or may not represent all the message history that
91
+ /// conceptually belongs in this message list.
92
+ /// That information is expressed in [fetched] and [haveOldest].
93
///
94
/// See also [contents] and [items].
95
final List<Message> messages = [];
0 commit comments