PersonalizationDesignCarrierText constructor

const PersonalizationDesignCarrierText({
  1. String? footerBody,
  2. String? footerTitle,
  3. String? headerBody,
  4. String? headerTitle,
})

carrier_text_param

Hash containing carrier text, for use with physical bundles that support carrier text.

Implementation

const PersonalizationDesignCarrierText({
  this.footerBody,
  this.footerTitle,
  this.headerBody,
  this.headerTitle,
});