$Region00 constructor

$Region00({
  1. String? code,
  2. String? name,
})

Implementation

$Region00({this.code, this.name});