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

assets Set<String>
final
concepts Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
indexes Map<String, String>
final
logs Map<String, String>
final
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
toBundle() OkfBundle
toString() String
A string representation of this object.
inherited

Operators

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