CalmCate constructor

CalmCate({
  1. String? id,
  2. String? name,
  3. String? description,
})

Implementation

CalmCate({this.id, this.name, this.description});