hasLocalFile property
bool
get
hasLocalFile
Check if video file exists locally
Implementation
bool get hasLocalFile => localPath != null && localPath!.isNotEmpty && File(localPath!).existsSync();
Check if video file exists locally
bool get hasLocalFile => localPath != null && localPath!.isNotEmpty && File(localPath!).existsSync();