HeaderSyncProgressEvent constructor

HeaderSyncProgressEvent({
  1. required int currentHeight,
  2. required int totalHeight,
  3. required String phase,
})

Implementation

HeaderSyncProgressEvent({
  required this.currentHeight,
  required this.totalHeight,
  required this.phase,
});