JsonDecode<T, R> constructor
- {required T using(
- R t
Configure JsonDecode to decode a JsonNode using.
Implementation
const JsonDecode({required this.using});
Configure JsonDecode to decode a JsonNode using.
const JsonDecode({required this.using});