add property

Map<String, String>? add
getter/setter pair

Add the headers with given map where key is the name of the header, value is the value of the header.

Implementation

core.Map<core.String, core.String>? add;