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