decodeString method

T decodeString(
  1. String string
)

Decodes string to an instance of T.

Implementation

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