format method Null safety
- String data
Implementation
static String format(String data) =>
data.replaceAllMapped(regExp, (match) => '${emojiMap[match[1]]}');
static String format(String data) =>
data.replaceAllMapped(regExp, (match) => '${emojiMap[match[1]]}');