moduleImports property

  1. @TagNumber.new(4)
PbList<ModuleImport> get moduleImports

Structured module imports with source resolution and integrity verification.

Each ModuleImport specifies where to find the module (HTTP URL, local file, inline bytes/JSON, or git repo) and an optional content hash for integrity verification.

Implementation

@$pb.TagNumber(4)
$pb.PbList<ModuleImport> get moduleImports => $_getList(2);