Progress constructor
Progress({})
Implementation
Progress({
this.sent = 0,
List<IpcMessage>? applied,
this.resyncRequested = false,
this.snapshotsServed = 0,
this.peerAckedThrough = 0,
this.retained = 0,
}) : applied = applied ?? [];