Profile constructor

Profile({
  1. String? address,
  2. String? addressBookArn,
  3. DistanceUnit? distanceUnit,
  4. bool? isDefault,
  5. String? locale,
  6. int? maxVolumeLimit,
  7. MeetingRoomConfiguration? meetingRoomConfiguration,
  8. bool? pSTNEnabled,
  9. String? profileArn,
  10. String? profileName,
  11. bool? setupModeDisabled,
  12. TemperatureUnit? temperatureUnit,
  13. String? timezone,
  14. WakeWord? wakeWord,
})

Implementation

Profile({
  this.address,
  this.addressBookArn,
  this.distanceUnit,
  this.isDefault,
  this.locale,
  this.maxVolumeLimit,
  this.meetingRoomConfiguration,
  this.pSTNEnabled,
  this.profileArn,
  this.profileName,
  this.setupModeDisabled,
  this.temperatureUnit,
  this.timezone,
  this.wakeWord,
});