documents property

List<File> get documents

Implementation

List<File> get documents => files.where((f) => f.isDocument).toList();