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