jsonDecodeCustom top-level property

dynamic Function(String source, {Object? reviver(Object? key, Object? value)?}) jsonDecodeCustom
getter/setter pair
class JsonData {

  // json: call `toJson`
  String toJson() {
    return '';
  }
}

Implementation

var jsonDecodeCustom = jsonDecode;