selector property

String? selector
getter/setter pair

Selects the methods to which this rule applies.

Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.

Implementation

core.String? selector;