core.Map<core.String, core.dynamic> toJson() { final regions = this.regions; return {'regions': ?regions}; }