exportVal method

dynamic exportVal()

Exports the contents of the DataSnapshot as a Dart object.

Implementation

dynamic exportVal() => dartify(jsObject.exportVal());