SipConfiguration class
- Annotations
-
- @JsonSerializable()
Constructors
- SipConfiguration(String extension, String domain, String password, int port, TransportType transportType, bool isKeepAlive)
-
SipConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domain → String
-
no setter
- extension → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isKeepAlive → bool
-
no setter
- password → String
-
no setter
- port → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transportType → TransportType
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Connect the generated
_$SipConfigurationToJson
function to thetoJson
method. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited