TUICallRole enum
Indicates the role in the calls.
Values
- none → const TUICallRole
-
0: Default value, no role.
- caller → const TUICallRole
-
1: Caller, the member who initiated the calls.
- called → const TUICallRole
-
2: Called, the member invited to the calls.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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<
TUICallRole> - A constant List of the values in this enum, in order of their declaration.