RadarReviewResourceSession constructor

const RadarReviewResourceSession({
  1. String? browser,
  2. String? device,
  3. String? platform,
  4. String? version,
})

RadarReviewResourceSession

Implementation

const RadarReviewResourceSession({
  this.browser,
  this.device,
  this.platform,
  this.version,
});