AppStorePreviewEntry constructor
const
AppStorePreviewEntry({})
Implementation
const AppStorePreviewEntry({
required this.id,
required this.locale,
required this.previewType,
required this.fileName,
required this.videoDeliveryState,
required this.previewFrameImageState,
required this.previewFrameTimeCode,
required this.done,
});