getAllLatestVersions static method

Map<String, String> getAllLatestVersions()

Get all latest versions

Implementation

static Map<String, String> getAllLatestVersions() {
  return Map.from(_latestVersions);
}