keywords property

List<String> get keywords

List of keywords that describe the emoji

Implementation

List<String> get keywords => name.split(_keywordDelimiter);