XdgFileChooserChoice class

A choice to give the user in a file chooser dialog. Normally implemented as a combo box.

Constructors

XdgFileChooserChoice({required String id, required String label, Map<String, String> values = const {}, String initialSelection = ''})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Unique ID for this choice.
final
initialSelection String
ID of the initiially selected value in values.
final
label String
User-visible label for this choice.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, String>
User visible value labels keyed by ID.
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