CrmIntouchHistory constructor

CrmIntouchHistory({
  1. int? id,
  2. String? leadUuid,
  3. int? intouchTrackCreatedBy,
  4. int? intouchTrackCreatedAt,
  5. String? comment,
  6. CrmStatus? status,
  7. CrmIntouch? intouch,
})

Implementation

CrmIntouchHistory(
    {this.id,
    this.leadUuid,
    this.intouchTrackCreatedBy,
    this.intouchTrackCreatedAt,
    this.comment,
    this.status,
    this.intouch});