ActivityEmoji constructor

ActivityEmoji({
  1. required String name,
  2. String? id,
  3. bool? animated,
})

Implementation

ActivityEmoji({
  required this.name,
  this.id,
  this.animated,
});