RequestDetails constructor

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

Implementation

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