replace property

bool? replace
getter/setter pair

If false, headerValue is appended to any values that already exist for the header.

If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.

Implementation

core.bool? replace;