val method

dynamic val()

Returns Dart value from a DataSnapshot.

Implementation

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