PromotionalOffer constructor

const PromotionalOffer(
  1. String identifier,
  2. String keyIdentifier,
  3. String nonce,
  4. String signature,
  5. int timestamp,
)

Implementation

const PromotionalOffer(
  this.identifier,
  this.keyIdentifier,
  this.nonce,
  this.signature,
  this.timestamp,
);