Decodes the provided json String if it has been encoded with encodeWithType.
encodeWithType
Object? decodeWithType(String data) { return deserializeByClassName(jsonDecode(data)); }