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