all static method

List<Emoji> all()

Get all Emojis

Implementation

static List<Emoji> all() => List.unmodifiable(_emojis);