hasLocalFile property

bool get hasLocalFile

Check if video file exists locally

Implementation

bool get hasLocalFile => localPath != null && localPath!.isNotEmpty && File(localPath!).existsSync();