QuickPreviewResponse constructor

QuickPreviewResponse({
  1. bool? compilerError,
  2. ContainerVersion? containerVersion,
  3. SyncStatus? syncStatus,
})

Implementation

QuickPreviewResponse({
  this.compilerError,
  this.containerVersion,
  this.syncStatus,
});