Skip to content

Commit 941afe2

Browse files
committed
msglist [nfc]: Expand doc on MessageListView.messages
1 parent 5a6ee8d commit 941afe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/model/message_list.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ mixin _MessageSequence {
8585
/// A sequence number for invalidating stale fetches.
8686
int generation = 0;
8787

88-
/// The messages.
88+
/// 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].
8993
///
9094
/// See also [contents] and [items].
9195
final List<Message> messages = [];

0 commit comments

Comments
 (0)