Scaffolding constructor

Scaffolding(
  1. String? destination, {
  2. bool quiet = false,
})

Implementation

Scaffolding(this.destination, {this.quiet = false});