DataSnapshotWeb class

Web implementation for firebase DataSnapshotPlatform

Inheritance
  • Object
  • PlatformInterface
  • DataSnapshotWeb

Constructors

DataSnapshotWeb(DatabaseReferencePlatform ref, DataSnapshot _delegate)

Properties

children Iterable<DataSnapshotPlatform>
no setter
exists bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String?
The key of the location that generated this DataSnapshot.
no setterinherited
priority Object?
no setterinherited
ref → DatabaseReferencePlatform
The Reference for the location that generated this DataSnapshot.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
no setterinherited

Methods

child(String childPath) → DataSnapshotPlatform
hasChild(String path) bool
Returns true if the specified child path has (non-null) data.
inherited
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