MmWsAction class

Represents a Mattermost websocket action. This is what you send to the websocket endpoint.

  • possible actions are user_typing
Inheritance

Constructors

MmWsAction(String action, Map<String, dynamic>? data)
MmWsAction.fromJson(Map<String, dynamic> data)
factory
MmWsAction.getStatuses()
factory
MmWsAction.getStatusesByIds(List<String> userIds)
factory
MmWsAction.userTyping(String channelId, String parentId)
factory

Properties

action String
final
data Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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