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