UserPhoneConfig class
Contains information about the phone configuration settings for a user.
Constructors
- UserPhoneConfig({required PhoneType phoneType, int? afterContactWorkTimeLimit, bool? autoAccept, String? deskPhoneNumber})
-
UserPhoneConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- afterContactWorkTimeLimit → int?
-
The After Call Work (ACW) timeout setting, in seconds.
final
- autoAccept → bool?
-
The Auto accept setting.
final
- deskPhoneNumber → String?
-
The phone number for the user's desk phone.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneType → PhoneType
-
The phone type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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