BoardConfigBean constructor
BoardConfigBean({
- int? id,
- String? name,
- String? type,
- String? self,
- BoardConfigBeanLocation? location,
- BoardConfigBeanFilter? filter,
- BoardConfigBeanSubQuery? subQuery,
- BoardConfigBeanColumnConfig? columnConfig,
- BoardConfigBeanEstimation? estimation,
- BoardConfigBeanRanking? ranking,
Implementation
BoardConfigBean(
{this.id,
this.name,
this.type,
this.self,
this.location,
this.filter,
this.subQuery,
this.columnConfig,
this.estimation,
this.ranking});