extra property

Map<String, dynamic>? extra
getter/setter pair

An extra map that you can retrieve in Interceptor, Transformer and Response.requestOptions.

The field is designed to be non-identical with Response.extra.

Implementation

Map<String, dynamic>? extra;