ConfigGetResult class final
Result of ConfigService.get.
Constructors
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:
getrenders the reason,setrefuses the write.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → String?
-
Which file the value came from:
globalorproject.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