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