Host constructor

Host({
  1. GceInstance? gceInstance,
})

Implementation

Host({
  this.gceInstance,
});