MmWsEventPosted class

Inheritance

Constructors

MmWsEventPosted()
MmWsEventPosted.fromJson(Map<String, dynamic> map)

Properties

broadcast Map<String, dynamic>
getter/setter pairinherited
channelId String
no setter
data Map<String, dynamic>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isDirect bool
no setter
mentions List<String>
no setter
message String
no setter
name String
getter/setter pairinherited
postData Map<String, dynamic>
no setter
postId String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
no setter
senderId String
no setter
userId String
no setter

Methods

deeplyEncode() Map<String, dynamic>
will encode the data back into the exact same format as sent here from mattermost.
inherited
fromJson(Map<String, dynamic> map) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited