ModeratorCapsule constructor

ModeratorCapsule(
  1. Uint8List katamari,
  2. Uint8List threadEntries,
  3. Uint8List groupEntries,
  4. Uint8List xxWants,
  5. Uint8List xxData,
)

Implementation

ModeratorCapsule(this.katamari, this.threadEntries, this.groupEntries,
    this.xxWants, this.xxData);