Zot class
Properties
Methods
-
c(
String path) → SSDD -
inherited
-
child(
String path) → Zot - To listen to single value from the database call onValueChange((value){...}) (example given above). To listen to multiple values (in json format as string) from the database call onDataChange() (example given above). To create/update value(s) in the database (example given above). To nevigate to a specific path (example given above).
-
init(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDataChange(
ValueChanged< List< _datasnapshotsx) → voidObject> > -
inherited
-
onValueChange(
ValueChanged< Object> _singleV) → void -
inherited
-
push(
) → SSDD -
inherited
-
setValue(
Object value) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited