CompressedHistory constructor

CompressedHistory([
  1. void updates(
    1. CompressedHistoryBuilder b
    )?
])

Implementation

factory CompressedHistory(
        [void Function(CompressedHistoryBuilder b)? updates]) =
    _$CompressedHistory;