UnicodeEmoji constructor

UnicodeEmoji(
  1. String code
)

Constructs new Unicode emoji from given String

Implementation

UnicodeEmoji(this.code);