CategoryGroupV5 constructor

CategoryGroupV5({
  1. String? description,
  2. String? title,
})

Implementation

CategoryGroupV5({
  this.description,
  this.title,
});