OkfPreparedCandidate class final
An immutable view of the complete candidate prepared for a bundle write.
Concept values are the exact serialized Markdown bytes represented by the candidate. toBundle returns a detached in-memory copy for downstream inspection; changing that copy cannot change a prepared write.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBundle(
) → OkfBundle -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited