toJson method

Map toJson()

Implementation

Map toJson() => {
      'id': super.id,
      'category': _category,
      'title': _title,
      'description': _description,
      'code': _code
    };