set property

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

Completely overwrite/replace 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>? set;