CodeInterpreterResultOther constructor

const CodeInterpreterResultOther(
  1. Map<String, dynamic> raw
)

Implementation

const CodeInterpreterResultOther(this.raw);