LatestReceiptState constructor

LatestReceiptState({
  1. required LatestReceiptStateForTimeline global,
  2. LatestReceiptStateForTimeline? mainThread,
  3. Map<String, LatestReceiptStateForTimeline> byThread = const {},
})

Implementation

LatestReceiptState({
  required this.global,
  this.mainThread,
  this.byThread = const {},
});