versions property

  1. @TagNumber(4)
List<VersionHistory> versions

The 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(4)
$core.List<VersionHistory> get versions => $_getList(3);