value
expect inline fun <T> value(strategy: DeserializationStrategy<T>, buildSettings: DecodeSettings.Builder.() -> Unit = {}): T(source)
value returns the data contained in this snapshot as native types.
Return
The data contained in this snapshot as native types or null if there is no data at this location.