Emoji constructor

Emoji({
  1. required String key,
  2. required String url,
})

Implementation

Emoji({required this.key, required this.url});