field_2 property

  1. @TagNumber.new(2)
String get field_2

Required. The name of the field to select.

For example, in the select expression request.auth, the auth portion of the expression would be the field.

Implementation

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

Implementation

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