FileDataManagerEvent class
A status event for this file data manager. See FileDataManagerEventTypes for a list of possible event types.
- Inheritance
-
- Object
- DataManagerEvent
- FileDataManagerEvent
Constructors
- FileDataManagerEvent(String type, String path)
- Create a new FileDataManagerEvent.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
What is this event about?
getter/setter pairinherited
- path ↔ String
-
The full path and filename for the file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
The event type, see DataManagerEventTypes.
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited