moduleImports property
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);