UpdateSavedAnimations constructor

const UpdateSavedAnimations({
  1. required List<int> animationIds,
  2. dynamic extra,
  3. int? clientId,
})

The list of saved animations was updated

Implementation

const UpdateSavedAnimations({
  required this.animationIds,
  this.extra,
  this.clientId,
});