searchKey property
@mandatory
@description The search string to match against reference IDs.
@example "Medical 2023"
@regex .*
@format: May contain any UTF-8 characters.
Implementation
@$pb.TagNumber(11)
$core.String get searchKey => $_getSZ(7);
Implementation
@$pb.TagNumber(11)
set searchKey($core.String value) => $_setString(7, value);