Category constructor

Category({
  1. String? code,
  2. String? name,
})

Implementation

Category({
  this.code,
  this.name,
});