extra property

Map<String, dynamic> extra
getter/setter pair

An extra map that you can save your custom information in.

The field is designed to be non-identical with Options.extra and RequestOptions.extra.

Implementation

Map<String, dynamic> extra;