ChatForwardElement constructor
- PreciseDateTime at, {
- List<
Rx< forwards = const [],ChatItem> > - Rx<
ChatItem> ? note,
Implementation
ChatForwardElement(
PreciseDateTime at, {
List<Rx<ChatItem>> forwards = const [],
Rx<ChatItem>? note,
}) : forwards = RxList(forwards),
note = Rx(note),
authorId = forwards.first.value.author.id,
super(ListElementId(at, forwards.first.value.id));