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