CodeInterpreterResultFile constructor

const CodeInterpreterResultFile({
  1. String? id,
  2. String? fileId,
  3. String? filename,
})

Implementation

const CodeInterpreterResultFile({this.id, this.fileId, this.filename});