DataProperties constructor

DataProperties({
  1. dynamic deviceId,
  2. String? name,
  3. String? email,
  4. dynamic phoneNumber,
  5. dynamic externalId,
  6. dynamic id,
  7. List<PropertiesReward>? rewards,
})

Implementation

DataProperties({
  this.deviceId,
  this.name,
  this.email,
  this.phoneNumber,
  this.externalId,
  this.id,
  this.rewards,
});