allowedFileExtensions property

List<String>? allowedFileExtensions
final

List of file extensions that picked file should have. If list is null or empty - picked document extension will not be checked.

Implementation

final List<String>? allowedFileExtensions;