SyncStatus constructor

SyncStatus({
  1. required ChainBeacon chainBeacon,
  2. required int currentEpoch,
  3. required String nodeState,
})

Implementation

SyncStatus({
  required this.chainBeacon,
  required this.currentEpoch,
  required this.nodeState,
});