copyWith method

UpdateSavedAnimations copyWith({
  1. List<int>? animationIds,
})

Implementation

UpdateSavedAnimations copyWith({List<int>? animationIds}) =>
    UpdateSavedAnimations(animationIds: animationIds ?? this.animationIds);