BoardCreateBean constructor
BoardCreateBean({
- String? name,
- BoardCreateBeanType? type,
- int? filterId,
- BoardCreateBeanLocation? location,
Implementation
BoardCreateBean({this.name, this.type, this.filterId, this.location});