decode method

T decode(
  1. String value
)

Decodes the value from a string.

Implementation

T decode(String value) => jsonDecode(value);