DataProperties constructor
DataProperties({
- dynamic deviceId,
- String? name,
- String? email,
- dynamic phoneNumber,
- dynamic externalId,
- dynamic id,
- List<
PropertiesReward> ? rewards,
Implementation
DataProperties({
this.deviceId,
this.name,
this.email,
this.phoneNumber,
this.externalId,
this.id,
this.rewards,
});