requestOptions property

  1. @override
RequestOptions get requestOptions

The request info for the request that throws exception.

The info can be empty (e.g. uri equals to "") if the request was never submitted.

Implementation

@override
// TODO: implement requestOptions
RequestOptions get requestOptions => throw UnimplementedError();