modelCount property
For LIST_COMPLETED / CATALOG_LOADED — count only; the full ModelInfo array travels via response RPCs, not via events.
Implementation
@$pb.TagNumber(10)
$core.int get modelCount => $_getIZ(9);
Implementation
@$pb.TagNumber(10)
set modelCount($core.int value) => $_setSignedInt32(9, value);