ExperimentUser constructor
- String? deviceId,
- String? userId,
- String? country,
- String? city,
- String? region,
- String? dma,
- String? language,
- String? platform,
- String? version,
- String? os,
- String? deviceModel,
- String? deviceBrand,
- String? deviceManufacturer,
- String? carrier,
- String? library,
- String? ipAddress,
- Map<
String, Object?> ? userProperties, - Map<
String, List< ? groups,String> > - Map<
String, Map< ? groupProperties,String, Map< >String, Object?> >
Creates an ExperimentUser with the given fields.
Implementation
const ExperimentUser({
this.deviceId,
this.userId,
this.country,
this.city,
this.region,
this.dma,
this.language,
this.platform,
this.version,
this.os,
this.deviceModel,
this.deviceBrand,
this.deviceManufacturer,
this.carrier,
this.library,
this.ipAddress,
this.userProperties,
this.groups,
this.groupProperties,
});