ChimeUpdateSettings class
Chime update settings structure
- Annotations
-
- @JsonSerializable.new()
Constructors
- ChimeUpdateSettings({int? volume, String? dingAudioUserId, String? dingAudioId, String? motionAudioUserId, String? motionAudioId})
-
const
-
ChimeUpdateSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dingAudioId → String?
-
final
- dingAudioUserId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- motionAudioId → String?
-
final
- motionAudioUserId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volume → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited