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 f31ab3e commit f4c35e1Copy full SHA for f4c35e1
lib/model/message_list.dart
@@ -70,7 +70,11 @@ mixin _MessageSequence {
70
/// A sequence number for invalidating stale fetches.
71
int generation = 0;
72
73
- /// The messages.
+ /// The known messages in the list.
74
+ ///
75
+ /// This may or may not represent all the message history that
76
+ /// conceptually belongs in this message list.
77
+ /// That information is expressed in [fetched] and [haveOldest].
78
///
79
/// See also [contents] and [items].
80
final List<Message> messages = [];
0 commit comments