AnthropicFile constructor
const
AnthropicFile({})
Implementation
const AnthropicFile({
required this.id,
required this.filename,
required this.mimeType,
required this.sizeBytes,
required this.createdAt,
required this.downloadable,
this.type = 'file',
});