Device constructor

Device({
  1. String? browser,
  2. MainBrowserDetails? browserDetails,
})

Implementation

Device({
  this.browser,
    this.browserDetails,});