RequestDetails constructor

RequestDetails({
  1. String? requestPackageName,
  2. String? nonce,
  3. int? timestampMillis,
})

Implementation

RequestDetails({
  this.requestPackageName,
  this.nonce,
  this.timestampMillis,
});