FeaturedImage constructor
FeaturedImage({})
Implementation
FeaturedImage({
required this.id,
required this.type,
required this.name,
required this.path,
required this.extension,
required this.size,
required this.status,
required this.s3,
required this.createdAt,
required this.oldPath,
required this.thumb,
required this.url,
});