CustomerGroup constructor

CustomerGroup({
  1. String? updatedAt,
  2. String? createdAt,
  3. String? id,
  4. String? name,
})

Implementation

CustomerGroup({
  this.updatedAt, this.createdAt, this.id, this.name
});