DecodeConfig constructor
DecodeConfig({
- required String unvalidatedJSON,
Implementation
DecodeConfig({
required this.unvalidatedJSON,
});
DecodeConfig({
required this.unvalidatedJSON,
});