getSelector method
Inquiry method that can be used to read the selector name
specified for this Subscription through setSelector.
Lifecycle This method can be called at any time.
Returns the name of the selector.
Implementation
String? getSelector() {
return _selector;
}