StartupContextEntry class

A single memory entry loaded during startup context injection.

Constructors

StartupContextEntry({required String source, required String content, int originalBytes = 0, bool truncated = false, DateTime? sourceTimestamp})
const

Properties

charCount int
no setter
content String
The memory content to inject.
final
hashCode int
The hash code for this object.
no setterinherited
originalBytes int
Original byte size before truncation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
Source identifier (e.g., 'biochip', 'daily:2026-04-11', 'mission').
final
sourceTimestamp DateTime?
Timestamp of the memory source.
final
truncated bool
Whether the content was truncated to fit limits.
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