EventInfo constructor

EventInfo({
  1. Map<String, dynamic> data,
  2. String deviceDescription,
  3. String deviceName,
  4. String deviceType,
  5. String ipAddress,
  6. Location location,
  7. String os,
  8. String userAgent,
})

Implementation

EventInfo(
    {this.data,
    this.deviceDescription,
    this.deviceName,
    this.deviceType,
    this.ipAddress,
    this.location,
    this.os,
    this.userAgent});