BoardConfigBean constructor

BoardConfigBean({
  1. int? id,
  2. String? name,
  3. String? type,
  4. String? self,
  5. BoardConfigBeanLocation? location,
  6. BoardConfigBeanFilter? filter,
  7. BoardConfigBeanSubQuery? subQuery,
  8. BoardConfigBeanColumnConfig? columnConfig,
  9. BoardConfigBeanEstimation? estimation,
  10. BoardConfigBeanRanking? ranking,
})

Implementation

BoardConfigBean(
    {this.id,
    this.name,
    this.type,
    this.self,
    this.location,
    this.filter,
    this.subQuery,
    this.columnConfig,
    this.estimation,
    this.ranking});