SdkRequest constructor

SdkRequest({
  1. String? username,
  2. String? source,
  3. String? program,
  4. String? requestId,
  5. String? puId,
  6. String? anchorId,
  7. String? channel,
  8. String? version,
  9. UserContext? userContext,
  10. ClientMeta? clientMeta,
  11. String? clientId,
  12. String? clientSecret,
})

Implementation

SdkRequest({
  this.username,
  this.source,
  this.program,
  this.requestId,
  this.puId,
  this.anchorId,
  this.channel,
  this.version,
  this.userContext,
  this.clientMeta,
  this.clientId,
  this.clientSecret,
});