selector property

SelectorList? selector
final

The selector argument passed to this selector.

This is null if there's no selector. If argument and selector are both non-null, the selector follows the argument.

Implementation

final SelectorList? selector;