CustomEmojiPayload constructor

CustomEmojiPayload({
  1. String? fileContent,
  2. String? filename,
})

Implementation

CustomEmojiPayload({this.fileContent, this.filename});