ModeratorCapsule class

Constructors

ModeratorCapsule(Uint8List katamari, Uint8List threadEntries, Uint8List groupEntries, Uint8List xxWants, Uint8List xxData)
ModeratorCapsule.duplicate()
factory
ModeratorCapsule.fromBinary(Uint8List data)
factory

Properties

binary Uint8List
no setter
groupEntries Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDuplicate bool
no setter
isEmpty bool
no setter
katamari Uint8List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadEntries Uint8List
getter/setter pair
xxData Uint8List
getter/setter pair
xxWants Uint8List
getter/setter pair

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