CreateTrackingPixelOptions constructor

CreateTrackingPixelOptions({
  1. String? name,
  2. String? recipient,
})

Returns a new CreateTrackingPixelOptions instance.

Implementation

CreateTrackingPixelOptions({
  this.name,
  this.recipient,
});