CustomStatusPayload constructor

const CustomStatusPayload({
  1. String? text,
  2. dynamic expiresAt,
  3. SnowflakeType? emojiId,
  4. String? emojiName,
})

Implementation

const CustomStatusPayload({
  this.text,
  this.expiresAt,
  this.emojiId,
  this.emojiName,
});