Emoticon constructor

Emoticon(
  1. String textCode,
  2. String previewUrl
)

Implementation

Emoticon(this.textCode, this.previewUrl);