SipInfoData class
Constructors
- SipInfoData({required String authPass, required String registerServer, required String outboundServer, int? port, String? userID, String? authID, required String accountName, String displayName = '', String? dialPlan, String? randomPort, String? voicemail, required String wssUrl, String? userName, String? apiDomain, String? userAgent})
- SipInfoData.defaultSipInfo()
-
SipInfoData.fromJson(Map<
String, dynamic> data) -
factory
Properties
- accountName → String
-
final
- apiDomain → String?
-
final
- authID → String?
-
final
- authPass → String
-
final
- dialPlan → String?
-
final
- displayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- outboundServer → String
-
final
- port → int?
-
final
- randomPort → String?
-
final
- registerServer → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAgent → String?
-
final
- userID → String?
-
final
- userName → String?
-
final
- voicemail → String?
-
final
- wssUrl → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toGetExtensionResponse(
) → GetExtensionResponse -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited