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