exists method
Returns true if this DataSnapshot contains any data. It is slightly
more efficient than using snapshot.val() !== null.
Implementation
external bool exists();
Returns true if this DataSnapshot contains any data. It is slightly
more efficient than using snapshot.val() !== null.
external bool exists();