SendRequest constructor

SendRequest({
  1. String applicationId,
  2. List<String> bccAddresses,
  3. List<String> ccAddresses,
  4. List<String> preferredLanguages,
  5. Map<String, dynamic> requestData,
  6. List<EmailAddress> toAddresses,
  7. List<String> userIds,
})

Implementation

SendRequest(
    {this.applicationId,
    this.bccAddresses,
    this.ccAddresses,
    this.preferredLanguages,
    this.requestData,
    this.toAddresses,
    this.userIds});