Base constructor

Base({
  1. String? blueprintId,
})

Implementation

Base({
  this.blueprintId,
});