updateSavedAnimations property
The list of saved animations was updated
Implementation
UpdateSavedAnimations? get updateSavedAnimations {
if (this is UpdateSavedAnimations) {
return this as UpdateSavedAnimations;
}
return null;
}
The list of saved animations was updated
UpdateSavedAnimations? get updateSavedAnimations {
if (this is UpdateSavedAnimations) {
return this as UpdateSavedAnimations;
}
return null;
}