forInspect method

*[<Null safety>](https://dart.dev/null-safety)*

ArchiveReader<InspectMetadata> forInspect ({List<Selector>? selectors})

Implementation

static ArchiveReader<InspectMetadata> forInspect(
        {List<Selector>? selectors}) =>
    ArchiveReader._internal(
        selectors: selectors,
        diagnosticsConfiguration: InspectConfiguration());