CustomerSegment constructor

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

Implementation

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