fileTypeAnimation property
The file is an animation
Implementation
FileTypeAnimation? get fileTypeAnimation {
if (this is FileTypeAnimation) {
return this as FileTypeAnimation;
}
return null;
}
The file is an animation
FileTypeAnimation? get fileTypeAnimation {
if (this is FileTypeAnimation) {
return this as FileTypeAnimation;
}
return null;
}