Category constructor

Category({
  1. required String name,
  2. required String slug,
})

Implementation

Category({
  required this.name,
  required this.slug
  });