resyncRequest property

ResyncRequest? get resyncRequest

The ResyncRequest if this is one, otherwise null.

Implementation

ResyncRequest? get resyncRequest => this is IpcMessageResyncRequest
    ? (this as IpcMessageResyncRequest).value
    : null;