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