ResponseCodeInterpreterCallCodeDelta.fromJson constructor
Implementation
factory ResponseCodeInterpreterCallCodeDelta.fromJson(Map<String, dynamic> j) => ResponseCodeInterpreterCallCodeDelta(
itemId: j['item_id'],
outputIndex: j['output_index'],
sequenceNumber: j['sequence_number'],
delta: j['delta'],
);