PapercupsCustomer constructor
      
      PapercupsCustomer({})
     
    
    
Implementation
PapercupsCustomer({
  this.createdAt,
  this.email,
  this.externalId,
  this.firstSeen,
  this.id,
  this.lastSeenAt,
  this.updatedAt,
  this.name,
  this.phone,
});