Division constructor

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

Implementation

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