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