HeadersInput constructor

HeadersInput({
  1. String? xAppCode,
  2. String? xAppPlatform,
  3. String? xAppVersion,
  4. String? xAppBuildVersion,
  5. String? xDeviceId,
})

Implementation

HeadersInput(
    {this.xAppCode,
    this.xAppPlatform,
    this.xAppVersion,
    this.xAppBuildVersion,
    this.xDeviceId});