Skip to content

Commit f4c35e1

Browse files
committed
msglist [nfc]: Expand doc on MessageListView.messages
1 parent f31ab3e commit f4c35e1

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
@@ -70,7 +70,11 @@ mixin _MessageSequence {
7070
/// A sequence number for invalidating stale fetches.
7171
int generation = 0;
7272

73-
/// The messages.
73+
/// 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].
7478
///
7579
/// See also [contents] and [items].
7680
final List<Message> messages = [];

0 commit comments

Comments
 (0)