factory VersionsJSON.fromJson(Map<String, dynamic> json) => VersionsJSON( latest: json['latest'], versions: List<String>.from(json['versions']), );