QueryMemberResult class
The result of operations for Conversation.queryBlockedMembers and Conversation.queryMutedMembers.
Properties
Methods
-
call(
{required String method, required Map arguments}) → Future -
inherited
-
errorFrom(
Map result) → RTMException -
inherited
-
isFailure(
Map result) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseIsoString(
String? isoString) → DateTime? -
inherited
-
parseMilliseconds(
int? milliseconds) → DateTime? -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited