SyncResponse constructor
SyncResponse({
- SyncResponsePayload? payload,
- String? requestId,
Implementation
SyncResponse({this.payload, this.requestId});
SyncResponse({this.payload, this.requestId});