ProjectMetaResponse constructor
const
ProjectMetaResponse({})
Implementation
const ProjectMetaResponse({
required this.id,
required this.name,
this.thumbnailUrl,
required this.fileCount,
required this.updatedAt,
required this.createdAt,
});