Token constructor

Token({
  1. String? projectId,
  2. String? apiKey,
  3. String? env,
  4. String? campaignId,
  5. String? customerId,
  6. String? channelType,
  7. String? campaignType,
  8. String? messageId,
  9. bool? ignoreTracking,
})

Implementation

Token(
    {this.projectId,
    this.apiKey,
    this.env,
    this.campaignId,
    this.customerId,
    this.channelType,
    this.campaignType,
    this.messageId,
    this.ignoreTracking});