Department constructor

Department({
  1. String? id,
  2. String? name,
})

Implementation

Department({this.id, this.name});