MemberActionsOptions enum
Constructors
- MemberActionsOptions(int value)
-
const
Values
- DONT_SUBSCRIBE → const MemberActionsOptions
-
MemberActionsOptions(1)
- SUBSCRIBE → const MemberActionsOptions
-
MemberActionsOptions(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → MemberActionsOptions?
Constants
-
values
→ const List<
MemberActionsOptions> - A constant List of the values in this enum, in order of their declaration.