RitoFootnote class final
A resolved footnote definition.
Constructors
- RitoFootnote({required int artifactId, required String key, required RitoFootnoteKind kind, required String text, required String html})
-
const
Properties
- artifactId → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- html → String
-
The same content as an allowlist-sanitized HTML fragment that
preserves safe structure (emphasis, links, lists).
final
- key → String
-
The canonical key this definition was read under — the same string
the hit carried in RitoHitEntry.footnoteKey.
final
- kind → RitoFootnoteKind
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Plain reading text, newline-joined.
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