versions property
A list of versions of the module that are available When this is returned from the backend, the versions are sorted in ascending order by the semver version
Implementation
@$pb.TagNumber(2)
$core.List<ModuleVersion> get versions => $_getList(1);