MessageBlock constructor

MessageBlock(
  1. Uint8List message,
  2. int algoId
)

Implementation

MessageBlock(this.message, this.algoId);