DefsAttributeConfig constructor

DefsAttributeConfig(
  1. String name, {
  2. bool property = false,
})

Implementation

DefsAttributeConfig(this.name, {this.property = false}) : camelName = camelize(name);