allowedExtensions property

List<String>? allowedExtensions
final

A list of file extensions, only files with the specified extensions will be displayed in the list. If the list is not specified or an empty list is specified, all files will be displayed. Does not affect the display of subfolders.

Implementation

final List<String>? allowedExtensions;