ProfileData constructor

ProfileData({
  1. String? address,
  2. DistanceUnit? distanceUnit,
  3. bool? isDefault,
  4. String? locale,
  5. String? profileArn,
  6. String? profileName,
  7. TemperatureUnit? temperatureUnit,
  8. String? timezone,
  9. WakeWord? wakeWord,
})

Implementation

ProfileData({
  this.address,
  this.distanceUnit,
  this.isDefault,
  this.locale,
  this.profileArn,
  this.profileName,
  this.temperatureUnit,
  this.timezone,
  this.wakeWord,
});