EventSystemProperties constructor

const EventSystemProperties({
  1. String? appVersion,
  2. String? ipAddress,
  3. DeviceProperties? device,
  4. BrowserProperties? browser,
  5. OperatingSystemProperties? operatingSystem,
})

Creates a new instance of EventSystemProperties.

Implementation

const EventSystemProperties({
  this.appVersion,
  this.ipAddress,
  this.device,
  this.browser,
  this.operatingSystem,
});