CodeInterpreterResultFile.fromJson constructor
Implementation
factory CodeInterpreterResultFile.fromJson(Map<String, dynamic> json) => CodeInterpreterResultFile(
id: json['id'] as String?,
fileId: json['file_id'] as String?,
filename: json['filename'] as String?,
);