suggestedAlternatives property

  1. @TagNumber.new(9)
PbList<String> get suggestedAlternatives

Optional suggested alternative model ids that would be compatible. The current implementation leaves this empty; reserved for future compatibility-aware suggestions.

Implementation

@$pb.TagNumber(9)
$pb.PbList<$core.String> get suggestedAlternatives => $_getList(8);