whatsNext method

DecodingType? whatsNext(
  1. dynamic value
)

Implementation

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