EmojiParser constructor

EmojiParser({
  1. bool init = true,
})

Implementation

EmojiParser({bool init = true}) {
  if (init == true) {
    initLocalData();
  }
}