forValue static method

Emoji forValue(
  1. String value
)

Implementation

static Emoji forValue(String value) => Emoji.values[value]!;