AppStoreBuildEntry constructor
const
AppStoreBuildEntry({
- required String buildNumber,
- required int? buildNumberAsInt,
- required ProcessingState? processingState,
- required String? processingStateRaw,
- required String? uploadedDate,
- required bool expired,
- required bool usable,
- required bool? needsNewUpload,
- required List<
BetaGroupEntry> ? betaGroups, - required int unresolvedBetaGroups,
- required ExternalBuildState? externalBuildState,
- required String? externalBuildStateRaw,
- required bool? inExternalTesting,
- required bool unresolvedBuildBetaDetail,
- required List<
String> display,
Implementation
const AppStoreBuildEntry({
required this.buildNumber,
required this.buildNumberAsInt,
required this.processingState,
required this.processingStateRaw,
required this.uploadedDate,
required this.expired,
required this.usable,
required this.needsNewUpload,
required this.betaGroups,
required this.unresolvedBetaGroups,
required this.externalBuildState,
required this.externalBuildStateRaw,
required this.inExternalTesting,
required this.unresolvedBuildBetaDetail,
required this.display,
});