Blueprint constructor

Blueprint(
  1. String name,
  2. bool modify
)

Implementation

Blueprint(this.name, this.modify);