FileListResponse constructor
const
FileListResponse({})
Implementation
const FileListResponse({
required this.data,
this.object = 'list',
this.firstId,
this.lastId,
this.hasMore,
this.total,
this.limit,
this.offset,
});