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