HelpDoc class

Represents a single searchable help document.

Constructors

HelpDoc({required String id, required String title, required String content, String? category})
Creates a help document.
const

Properties

category String?
Optional badge appended to the title for quick grouping.
final
content String
Markdown or plaintext body shown in the preview panel.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Stable identifier used for analytics or persistence.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Line rendered in the results list.
final

Methods

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