RequestMetadata constructor

RequestMetadata({
  1. bool? allowMissingIds,
  2. DeviceInfo? deviceInfo,
  3. String? domain,
  4. String? sessionId,
  5. String? userId,
})

Implementation

RequestMetadata({
  this.allowMissingIds,
  this.deviceInfo,
  this.domain,
  this.sessionId,
  this.userId,
});