encoder property

  1. @override
String Function(T) encoder
final

Function to encode value of type T into string.

Implementation

@override
final String Function(T) encoder;