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