ClientReadResult constructor

ClientReadResult(
  1. int result,
  2. Uint8List buffer
)

Implementation

ClientReadResult(this.result, this.buffer);