controller property

RequestController? controller
final

The RequestController of the request.

Used to manage the lifecycle of the request. If this is null, the request is assumed to be unmanaged and it cannot be cancelled.

Implementation

final RequestController? controller;