BoardFilterBean constructor

BoardFilterBean({
  1. int? id,
  2. String? self,
  3. String? name,
})

Implementation

BoardFilterBean({this.id, this.self, this.name});