AppStoreBuildEntry constructor
const
AppStoreBuildEntry({})
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.display,
});