Device constructor
Device({
- String? browser,
- MainBrowserDetails? browserDetails,
Implementation
Device({
this.browser,
this.browserDetails,});
Device({
this.browser,
this.browserDetails,});