FileHandlerExecuteEventDetails class

Constructors

FileHandlerExecuteEventDetails({required List<Object> entries, int? tabId})
FileHandlerExecuteEventDetails.fromJS(FileHandlerExecuteEventDetails _wrapped)

Properties

entries List<Object>
Array of Entry instances representing files that are targets of this action (selected in ChromeOS file browser).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
The ID of the tab that raised this event. Tab IDs are unique within a browser session.
getter/setter pair
toJS → FileHandlerExecuteEventDetails
no setter

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