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