NiceWikiPage class

Wiki page node.

Constructors

NiceWikiPage({required String id, required String title, required String slug, String? parentId, String? content, String? lastEditedBy, DateTime? lastEditedAt, List<NiceWikiPage> children = const []})
const

Properties

children List<NiceWikiPage>
final
content String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
lastEditedAt DateTime?
final
lastEditedBy String?
final
parentId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
final
title String
final

Methods

copyWith({String? id, String? title, String? slug, String? parentId, String? content, String? lastEditedBy, DateTime? lastEditedAt, List<NiceWikiPage>? children}) NiceWikiPage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited