BoardCreateBean constructor

BoardCreateBean({
  1. String? name,
  2. BoardCreateBeanType? type,
  3. int? filterId,
  4. BoardCreateBeanLocation? location,
})

Implementation

BoardCreateBean({this.name, this.type, this.filterId, this.location});