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