Entrypoint constructor

Entrypoint({
  1. String? shell,
})

Implementation

Entrypoint({
  this.shell,
});