Instructions constructor

Instructions({
  1. Console? consoleInstructions,
  2. Gcloud? gcloudInstructions,
})

Implementation

Instructions({
  this.consoleInstructions,
  this.gcloudInstructions,
});