OkfIndexIssue enum
A structural problem in an OKF index.md document.
Each value is a fact about the document's shape. Naming, severity, and message wording belong to the rules that consume it.
Values
- entryBeforeSection → const OkfIndexIssue
-
A list entry appeared before any level-one section heading.
- emptySection → const OkfIndexIssue
-
A level-one section declared no entries.
- unrecognizedLine → const OkfIndexIssue
-
A line was neither a section heading nor a linked list entry.
- missingSection → const OkfIndexIssue
-
The document declared no level-one section.
- nonPortableLink → const OkfIndexIssue
-
A plain link destination carried raw whitespace, parentheses, or angle brackets, which CommonMark parsers do not read as a link.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
OkfIndexIssue> - A constant List of the values in this enum, in order of their declaration.