fromValue<T> abstract method
The core method to decode any value to a given type T
.
Implementation
T fromValue<T>(Object? value, [DecodingOptions? options]);
The core method to decode any value to a given type T
.
T fromValue<T>(Object? value, [DecodingOptions? options]);