WhatsappStickers constructor

WhatsappStickers({
  1. required String identifier,
  2. required String name,
  3. required String publisher,
  4. required WhatsappStickerImage trayImageFileName,
  5. String? publisherWebsite,
  6. String? privacyPolicyWebsite,
  7. String? licenseAgreementWebsite,
})

Implementation

WhatsappStickers({
  required this.identifier,
  required this.name,
  required this.publisher,
  required this.trayImageFileName,
  this.publisherWebsite,
  this.privacyPolicyWebsite,
  this.licenseAgreementWebsite,
});