LatestReceiptState constructor
LatestReceiptState({
- required LatestReceiptStateForTimeline global,
- LatestReceiptStateForTimeline? mainThread,
- Map<
String, LatestReceiptStateForTimeline> byThread = const {},
Implementation
LatestReceiptState({
required this.global,
this.mainThread,
this.byThread = const {},
});