selector property

  1. @TagNumber.new(1)
String get selector

The fully qualified name of the method, for which the options below apply. This is used to find the method to apply the options.

Implementation

@$pb.TagNumber(1)
$core.String get selector => $_getSZ(0);
  1. @TagNumber.new(1)
set selector (String value)

Implementation

@$pb.TagNumber(1)
set selector($core.String value) => $_setString(0, value);