copyWith method
Implementation
AddSavedAnimation copyWith({
InputFile? animation,
}) => AddSavedAnimation(
animation: animation ?? this.animation,
);
AddSavedAnimation copyWith({
InputFile? animation,
}) => AddSavedAnimation(
animation: animation ?? this.animation,
);