encodeString method

String encodeString(
  1. T instance
)

Converts instance to a string.

Implementation

String encodeString(T instance) {
  throw UnsupportedError('$runtimeType does not support this');
}