ConfigGetResult class final

Result of ConfigService.get.

Constructors

ConfigGetResult({required String key, required bool found, String? display, String? scope, String? file, String? notApplicable})
const

Properties

display → String?
The effective value rendered (scalars verbatim, maps/lists compact JSON). Null when found is false.
final
file → String?
The file path the value came from.
final
found → bool
Whether an effective value exists (project scope wins per section).
final
hashCode → int
The hash code for this object.
no setterinherited
key → String
The requested dotted key.
final
notApplicable → String?
Why the key is not applicable on this host (platform-inapplicable keys — an MCP stdio server on web/iOS, issue #29 AC11/E13), or null. Never silently ignored: get renders the reason, set refuses the write.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scope → String?
Which file the value came from: global or project.
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