GeographicDivision constructor

GeographicDivision({
  1. List<String>? alsoKnownAs,
  2. String? name,
  3. List<int>? officeIndices,
})

Implementation

GeographicDivision({
  this.alsoKnownAs,
  this.name,
  this.officeIndices,
});