AsyncGetResultRequest constructor

const AsyncGetResultRequest(
  1. int requestId,
  2. int asyncRequestId, {
  3. int? maxResultBufferBytes,
})

Implementation

const AsyncGetResultRequest(
  int requestId,
  this.asyncRequestId, {
  this.maxResultBufferBytes,
}) : super(requestId, RequestType.asyncGetResult);