fromValue<T> abstract method

T fromValue<T>(
  1. Object? value, [
  2. DecodingOptions? options
])

The core method to decode any value to a given type T.

Implementation

T fromValue<T>(Object? value, [DecodingOptions? options]);