Emoticons constructor

Emoticons({
  1. Map<int, List<Emoticon>>? karma,
  2. Map<int, List<Emoticon>>? recruited,
  3. List<Emoticon>? custom,
})

Implementation

Emoticons({this.karma, this.recruited, this.custom});