FilesystemPickerFileListFileTypesThemeBase class abstract

The interface of the object defining the set of icons for file types by extensions. Used in FilesystemPickerFileListThemeData.

Implementers

Constructors

FilesystemPickerFileListFileTypesThemeBase()
Creates a new FilesystemPickerFileListFileTypesThemeBase object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

match(String extension, {bool caseSensitive = false}) FilesystemPickerFileListFileTypesThemeItem?
Returns a description object FilesystemPickerFileListFileTypesThemeItem for the passed extension if a description is found for it in the current set.
merge(FilesystemPickerFileListFileTypesThemeBase? base) FilesystemPickerFileListFileTypesThemeBase
Returns a new set that combines descriptions for extensions with those passed as a parameter.
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