Request$ constructor

const Request$({
  1. String? type,
  2. String? requestId,
  3. String? locale,
  4. DateTime? timestamp,
})

Implementation

const Request$({
  this.type,
  this.requestId,
  this.locale,
  this.timestamp,
});