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