videos property

List<File> get videos

Implementation

List<File> get videos => files.where((f) => f.isVideo).toList();