provided property

List<String>? provided
getter/setter pair

A list of full type names of provided contexts.

It is used to support propagating HTTP headers and ETags from the response extension.

Implementation

core.List<core.String>? provided;