ContentLink constructor
const
ContentLink({})
Implementation
const ContentLink({
required this.id,
required this.uuid,
required this.slug,
required this.path,
required this.realPath,
required this.name,
required this.parentID,
required this.published,
required this.isFolder,
required this.isStartpage,
required this.position,
});