LatestVersionResponse constructor
LatestVersionResponse({
- required String? status,
- required ValidationReport? validationReport,
- required Stats? stats,
- required BundleReport? bundleReport,
Implementation
LatestVersionResponse({
required this.status,
required this.validationReport,
required this.stats,
required this.bundleReport,
});