Decoder typedef

Decoder = dynamic Function(String? value, {Encoding? charset})

Implementation

typedef Decoder = dynamic Function(String? value, {Encoding? charset});