emoji property

String emoji

Returns a emoji that looks similar to the actual StockIcon.

💫 is used as a fallback value.

Implementation

String get emoji => String.fromCharCode(emojis.runes.first);