$Gcloud constructor

$Gcloud({
  1. List<String>? additionalLinks,
  2. List<String>? gcloudCommands,
  3. List<String>? steps,
})

Implementation

$Gcloud({
  this.additionalLinks,
  this.gcloudCommands,
  this.steps,
});