format static method

String format(
  1. String data
)

Implementation

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