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