FileHandler class
Constructors
-
FileHandler({required String action, required String name, List<
ImageResource> ? icons, List<FileFilter> ? accepts, required String launchType}) -
FileHandler.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
accepts
→ List<
FileFilter> ? -
Mimic a map, name is the key, accepts is the value.
final
- action → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
icons
→ List<
ImageResource> ? -
final
- launchType → String
-
Won't repeat the enums, using string for easy comparison. Same as the
other enums below.
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited