AssetResponse constructor
AssetResponse({})
Implementation
AssetResponse({
required this.id,
required this.s3Url,
required this.s3Key,
required this.fileType,
required this.fileSize,
this.side,
required this.createdAt,
});