whatsNext method
Implementation
DecodingType? whatsNext(dynamic value) => map((e) => e._checkValue(value)).whereType<DecodingType>().firstOrNull;
DecodingType? whatsNext(dynamic value) => map((e) => e._checkValue(value)).whereType<DecodingType>().firstOrNull;