SyncRequest constructor
SyncRequest({})
Implementation
SyncRequest({
required this.id,
required this.method,
required this.url,
this.headers,
this.body,
required this.createdAt,
this.retryCount = 0,
});