requested property

List<String>? requested
getter/setter pair

A list of full type names of requested contexts, only the requested context will be made available to the backend.

Implementation

core.List<core.String>? requested;