PartialEmoji constructor

const PartialEmoji(
  1. Snowflake? id,
  2. String name,
  3. bool animated
)

Implementation

const PartialEmoji(this.id, this.name, this.animated);