AudioOutputConfiguration class Null safety
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- AudioOutputConfiguration(String token, dynamic xmlName, dynamic xmlUseCount, dynamic xmlOutputToken, dynamic xmlSendPrimacy, dynamic xmlOutputLevel)
-
AudioOutputConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
read-only
- outputLevel → int
-
read-only
- outputToken → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sendPrimacy → String
-
read-only
- token → String
-
@JsonKey(name: '@token'), final
- useCount → int
-
read-only
- xmlName → dynamic
-
@JsonKey(name: 'Name'), final
- xmlOutputLevel → dynamic
-
@JsonKey(name: 'OutputLevel'), final
- xmlOutputToken → dynamic
-
@JsonKey(name: 'OutputToken'), final
- xmlSendPrimacy → dynamic
-
@JsonKey(name: 'SendPrimacy'), final
- xmlUseCount → dynamic
-
@JsonKey(name: 'UseCount'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited