ReferenceMappedDecoder extension
Methods
-
decodeReference<
T> (String key, {int? id, Decodable< T> ? using}) → Reference<T> -
Available on MappedDecoder, provided by the ReferenceMappedDecoder extension
Decodes a Reference ofT
using the provided Decodable. -
decodeReferenceOrNull<
T> (String key, {int? id, Decodable< T> ? using}) → Reference<T> ? -
Available on MappedDecoder, provided by the ReferenceMappedDecoder extension
Decodes a Reference ofT
or null using the provided Decodable.