IterableDiagnostics<T> constructor

IterableDiagnostics<T>(
  1. List<T>? collection
)

Constructor for collection diagnostics.

Implementation

IterableDiagnostics(this.collection);