Encoder typedef

Encoder = String Function(dynamic value, {Encoding? charset, Format? format})

Implementation

typedef Encoder = String Function(
  dynamic value, {
  Encoding? charset,
  Format? format,
});