ConversionWorkspace constructor

ConversionWorkspace({
  1. String? createTime,
  2. DatabaseEngineInfo? destination,
  3. String? displayName,
  4. Map<String, String>? globalSettings,
  5. bool? hasUncommittedChanges,
  6. String? latestCommitId,
  7. String? latestCommitTime,
  8. String? name,
  9. DatabaseEngineInfo? source,
  10. String? updateTime,
})

Implementation

ConversionWorkspace({
  this.createTime,
  this.destination,
  this.displayName,
  this.globalSettings,
  this.hasUncommittedChanges,
  this.latestCommitId,
  this.latestCommitTime,
  this.name,
  this.source,
  this.updateTime,
});