Subdivision constructor
const
Subdivision({})
Creates subdivision
Implementation
const Subdivision({
required this.name,
required this.code,
required this.geo,
required this.translation,
required this.type,
});
Creates subdivision
const Subdivision({
required this.name,
required this.code,
required this.geo,
required this.translation,
required this.type,
});