XdgFileChooserPortalOpenFileResult class

Result of a request for access to files.

Constructors

XdgFileChooserPortalOpenFileResult({required List<String> uris, Map<String, String> choices = const {}, required XdgFileChooserFilter? currentFilter})

Properties

choices Map<String, String>
Result of the choices taken in the chooser.
final
currentFilter XdgFileChooserFilter?
Selected filter that was used in the chooser.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uris List<String>
The URIs selected in the file chooser.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited