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