ReferenceMappedDecoder extension

on

Methods

decodeReference<T>(String key, {int? id, Decodable<T>? using}) Reference<T>

Available on MappedDecoder, provided by the ReferenceMappedDecoder extension

Decodes a Reference of T 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 of T or null using the provided Decodable.