ModeratorCapsuleItem class

Constructors

ModeratorCapsuleItem(Uint8List flags, int authorHint, int bl, int pp, int garyTimestamp, int payloadLenght, Uint8List payload, int keyLen, Uint8List key, int hint, String authorAvatar, String authorNick, Uint8List attachmentLink, int lenghtInBytes, int preceivedTimestamp)
ModeratorCapsuleItem.fromBinary(Uint8List data)
factory

Properties

getter/setter pair
authorAvatar String
getter/setter pair
authorHint int
getter/setter pair
authorNick String
getter/setter pair
binary Uint8List
no setter
bl int
getter/setter pair
flags Uint8List
getter/setter pair
garyTimestamp int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hint int
getter/setter pair
key Uint8List
getter/setter pair
keyLen int
getter/setter pair
lenghtInBytes int
getter/setter pair
payload Uint8List
getter/setter pair
payloadLenght int
getter/setter pair
pp int
getter/setter pair
preceivedTimestamp int
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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