attachments property Null safety
read / write
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 = {};