ApplicationVersionInfo.fromJson(Map<String, dynamic> json) : this.name = fromJson_name(json), this.version = fromJson_version(json);