FirebaseDataManagerEvent class

A status event for this Firebase data manager. See FirebaseDataManagerEventTypes for a list of possible event types.

Inheritance
  • Object
  • DataManagerEvent
  • FirebaseDataManagerEvent

Constructors

FirebaseDataManagerEvent(String type, [String? path, String? firebaseUri])

Properties

firebaseUri String?
The URI of the file on the Firebase server.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
The full path and filename for the file on the device.
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