BrowserProperties constructor

const BrowserProperties(
  1. {String? userAgent,
  2. String? name,
  3. String? version}
)

Implementation

const BrowserProperties({
  this.userAgent,
  this.name,
  this.version,
});