AsyncPollRequest constructor

const AsyncPollRequest(
  1. int requestId,
  2. int asyncRequestId
)

Implementation

const AsyncPollRequest(int requestId, this.asyncRequestId)
    : super(requestId, RequestType.asyncPoll);