MessageDestination class

Message destination - contains lists of parameters for sending message

Constructors

MessageDestination.new(String toExt, int fromAccId, String body)

Properties

body String
Set display name in the SIP header From (overrides value set in the account specified by 'fromAccId')
final
fromAccId int
Id of the account which should send INVITE request
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toExt String
Extension (phone number) to dial
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited