EventSpa constructor
const
EventSpa({
- String? latitude,
- String? longitude,
- String? libraryVersion,
- String? ipAddress,
- String? userId,
- String? sessionId,
- String? counterId,
- String? appScreen,
- String? appVersion,
- required String? eventType,
- String? deviceId,
- String? appName,
- String? deviceName,
- String? osVersion,
- String? osName,
- String? platform,
- String? language,
- String? resolutionWidth,
- String? resolutionHeight,
- Map<
String, dynamic> ? customParam, - String? id,
- 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,
});