*[<Null safety>](https://dart.dev/null-safety)*
ArchiveReader<InspectMetadata> forInspect ({List<Selector>? selectors})
Create an ArchiveReader for reading the data specified by
a InspectConfiguration, using the given selectors
.
If no selector is specified the entire inspect tree will be returned.
Implementation
static ArchiveReader<InspectMetadata> forInspect(
{List<Selector>? selectors}) =>
ArchiveReader._internal(
selectors: selectors,
diagnosticsConfiguration: InspectConfiguration());