fileTypePhoto property
The file is a photo
Implementation
FileTypePhoto? get fileTypePhoto {
if (this is FileTypePhoto) {
return this as FileTypePhoto;
}
return null;
}
The file is a photo
FileTypePhoto? get fileTypePhoto {
if (this is FileTypePhoto) {
return this as FileTypePhoto;
}
return null;
}