IPDialIn class
The IP endpoint and protocol for calling.
Constructors
- IPDialIn({required CommsProtocol commsProtocol, required String endpoint})
-
IPDialIn.fromJson(Map<
String, dynamic> json) -
factory
Properties
- commsProtocol → CommsProtocol
-
The protocol, including SIP, SIPS, and H323.
final
- endpoint → String
-
The IP address.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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