Host constructor

Host({
  1. String? sourcePath,
})

Implementation

Host({
  this.sourcePath,
});