AsyncFreeRequest constructor

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

Implementation

const AsyncFreeRequest(int requestId, this.asyncRequestId)
    : super(requestId, RequestType.asyncFree);