versions property
- @TagNumber(4)
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);