DatabaseEventPlatform class abstract

Event encapsulates a DataSnapshot and possibly also the key of its previous sibling, which can be used to order the snapshots.

Inheritance
  • Object
  • PlatformInterface
  • DatabaseEventPlatform

Constructors

DatabaseEventPlatform(Map<String, dynamic> _data)

Properties

hashCode int
The hash code for this object.
no setterinherited
previousChildKey String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshot DataSnapshotPlatform
no setter
type DatabaseEventType
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

Static Methods

verify(DatabaseEventPlatform instance) → void
Throws an AssertionError if instance does not extend DatabaseEventPlatform.
override