init static method

Category init()

Implementation

static Category init() {
  return const Category(id: 0, cid: '', name: '', slug: '');
}