EventContextDataType constructor

EventContextDataType({
  1. String? city,
  2. String? country,
  3. String? deviceName,
  4. String? ipAddress,
  5. String? timezone,
})

Implementation

EventContextDataType({
  this.city,
  this.country,
  this.deviceName,
  this.ipAddress,
  this.timezone,
});