ProfileData class

The data of a room profile.

Constructors

ProfileData({String? address, DistanceUnit? distanceUnit, bool? isDefault, String? locale, String? profileArn, String? profileName, TemperatureUnit? temperatureUnit, String? timezone, WakeWord? wakeWord})
ProfileData.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
The address of a room profile.
final
distanceUnit DistanceUnit?
The distance unit of a room profile.
final
hashCode int
The hash code for this object.
no setterinherited
isDefault bool?
Retrieves if the profile data is default or not.
final
locale String?
The locale of a room profile. (This is currently available only to a limited preview audience.)
final
profileArn String?
The ARN of a room profile.
final
profileName String?
The name of a room profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperatureUnit TemperatureUnit?
The temperature unit of a room profile.
final
timezone String?
The time zone of a room profile.
final
wakeWord WakeWord?
The wake word of a room profile.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited