QuickPreviewResponse constructor
QuickPreviewResponse({
- bool? compilerError,
- ContainerVersion? containerVersion,
- SyncStatus? syncStatus,
Implementation
QuickPreviewResponse({
this.compilerError,
this.containerVersion,
this.syncStatus,
});