SyncResponsePayload constructor

SyncResponsePayload({
  1. String? agentUserId,
  2. List<Device>? devices,
})

Implementation

SyncResponsePayload({this.agentUserId, this.devices});