Segment constructor

Segment({
  1. DateTime? created,
  2. String? definition,
  3. String? id,
  4. String? kind,
  5. String? name,
  6. String? segmentId,
  7. String? selfLink,
  8. String? type,
  9. DateTime? updated,
})

Implementation

Segment({
  this.created,
  this.definition,
  this.id,
  this.kind,
  this.name,
  this.segmentId,
  this.selfLink,
  this.type,
  this.updated,
});