ktx / com.google.firebase.database.ktx / com.google.firebase.database.MutableData

Extensions for com.google.firebase.database.MutableData

getValue

fun <T> MutableData.getValue(): T?

Returns the content of the MutableData converted to a POJO.