BuilderConfig constructor

BuilderConfig({
  1. String? id,
})

Implementation

BuilderConfig({
  this.id,
});