AppStoreUploadEvent constructor
const
AppStoreUploadEvent({
- required int schema,
- required DocumentKind kind,
- required UploadEvent event,
- UploadState? state,
- int? bytesTotal,
- AppStoreUploadResult? result,
Implementation
const AppStoreUploadEvent({
required this.schema,
required this.kind,
required this.event,
this.state,
this.bytesTotal,
this.result,
});