NiceWikiPage constructor
Implementation
const NiceWikiPage({
required this.id,
required this.title,
required this.slug,
this.parentId,
this.content,
this.lastEditedBy,
this.lastEditedAt,
this.children = const [],
});
const NiceWikiPage({
required this.id,
required this.title,
required this.slug,
this.parentId,
this.content,
this.lastEditedBy,
this.lastEditedAt,
this.children = const [],
});