fileTypeVideoNote property
The file is a video note
Implementation
FileTypeVideoNote? get fileTypeVideoNote {
if (this is FileTypeVideoNote) {
return this as FileTypeVideoNote;
}
return null;
}
The file is a video note
FileTypeVideoNote? get fileTypeVideoNote {
if (this is FileTypeVideoNote) {
return this as FileTypeVideoNote;
}
return null;
}