attachments property

Map attachments
getter/setter pair

Container for any data a Controller wants to attach to this request for the purpose of being used by a later Controller.

Use this property to attach data to a Request for use by later Controllers.

Implementation

Map<dynamic, dynamic> attachments = {};