SyncRequest constructor

SyncRequest({
  1. String? agentUserId,
  2. String? requestId,
})

Implementation

SyncRequest({
  this.agentUserId,
  this.requestId,
});