filePaths property

List<String>? filePaths
final

The file paths of the selected files or null to cancel the request. Each file path must be a valid file URI using the "file:" scheme.

Implementation

final List<String>? filePaths;