OutgoingMessage class

Constructors

OutgoingMessage(int type, String nick, String avatar, String text, String shortLinkOfPrevious, String shortLinkOfPP, int timestamp, Uint8List attachement, String cid, String mimeType, String xxHash, String blurHash, int attachementLength)
OutgoingMessage.fromBinary(Uint8List data)
factory

Properties

attachement Uint8List
getter/setter pair
attachementLength int
getter/setter pair
avatar String
getter/setter pair
binary Uint8List
no setter
blurHash String
getter/setter pair
cid String
getter/setter pair
hasAttachment bool
no setter
hashCode int
The hash code for this object.
no setterinherited
mimeType String
getter/setter pair
nick String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortLinkOfPP String
getter/setter pair
shortLinkOfPrevious String
getter/setter pair
text String
getter/setter pair
timestamp int
getter/setter pair
type int
getter/setter pair
xxHash String
getter/setter pair

Methods

binString(String s) Uint8List
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