searchKey property
Describes the key with which the search operation needs to be performed
Implementation
@$pb.TagNumber(11)
$core.String get searchKey => $_getSZ(7);
Implementation
@$pb.TagNumber(11)
set searchKey($core.String value) => $_setString(7, value);