DataClassBuilder constructor

DataClassBuilder(
  1. String name, {
  2. bool isConst = true,
})

Implementation

DataClassBuilder(
  this.name, {
  this.isConst = true,
});