Category constructor

Category({
  1. String? id,
  2. String? createdAt,
  3. String? name,
})

Implementation

Category({this.id, this.createdAt, this.name});