BlueprintMaster constructor

BlueprintMaster({
  1. int? id,
  2. String? name,
  3. String? steps,
})

Implementation

BlueprintMaster({
  this.id,
  this.name,
  this.steps,
});