Creates a new Region from JSON.
factory Region.fromJson(Map<String, dynamic> json) => _$RegionFromJson(json);