EventSystemProperties constructor
- {String? appVersion,
- String? ipAddress,
- DeviceProperties? device,
- BrowserProperties? browser,
- OperatingSystemProperties? operatingSystem}
Creates a new instance of EventSystemProperties.
Implementation
const EventSystemProperties({
this.appVersion,
this.ipAddress,
this.device,
this.browser,
this.operatingSystem,
});