*[<Null safety>](https://dart.dev/null-safety)*
The Inspect API for Dart.
Classes
BoolProperty
A Property
holding a bool
.
ByteDataProperty
A Property
holding a ByteData
.
DoubleProperty
A Property
holding a double
.
Inspect
Inspect exposes a structured tree of internal component state.
IntProperty
A Property
holding an int
.
Node
A named node in the Inspect tree that can have Nodes and properties under it.
StringProperty
A Property
holding a String
.
Functions
uniqueName(String prefix) String
Utility function to Generate unique names for nodes and properties.
Exceptions / Errors
InspectStateError
Thrown when the programmer misuses Inspect.