SipHoldState enum Null safety
Constructors
- SipHoldState()
-
const
Values
- SENDONLY → const SipHoldState
-
const SipHoldState(0)
- RECVONLY → const SipHoldState
-
const SipHoldState(1)
- INACTIVE → const SipHoldState
-
const SipHoldState(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SipHoldState> -
A constant List of the values in this enum, in order of their declaration.
[SENDONLY, RECVONLY, INACTIVE]