StructuredResultFromJson<T> typedef
StructuredResultFromJson<T> =
T Function(Object? json)
Deserializes a JSON value (as produced by jsonDecode) into a T.
Implementation
typedef StructuredResultFromJson<T> = T Function(Object? json);