EventSpa constructor

const EventSpa({
  1. String? latitude,
  2. String? longitude,
  3. String? libraryVersion,
  4. String? ipAddress,
  5. String? userId,
  6. String? sessionId,
  7. String? counterId,
  8. String? appScreen,
  9. String? appVersion,
  10. required String? eventType,
  11. String? deviceId,
  12. String? appName,
  13. String? deviceName,
  14. String? osVersion,
  15. String? osName,
  16. String? platform,
  17. String? language,
  18. String? resolutionWidth,
  19. String? resolutionHeight,
  20. Map<String, dynamic>? customParam,
  21. String? id,
  22. String? uriSand,
})

Implementation

const EventSpa({
  this.latitude,
  this.longitude,
  this.libraryVersion,
  this.ipAddress,
  this.userId,
  this.sessionId,
  this.counterId,
  this.appScreen,
  this.appVersion,

  required this.eventType,

  this.deviceId,
  this.appName,
  this.deviceName,
  this.osVersion,
  this.osName,
  this.platform,
  this.language,
  this.resolutionWidth,
  this.resolutionHeight,

  this.customParam,
  this.id,
  this.uriSand,
});