DiagnosticCollection$Typings extension

on

Properties

clear ↔ void Function()

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

getter/setter pair
delete ↔ void Function(Uri)

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

getter/setter pair
dispose ↔ void Function()

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

getter/setter pair
forEach ↔ void Function(dynamic (Uri, List<Diagnostic>, DiagnosticCollection), [dynamic])

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

getter/setter pair
get List<Diagnostic>? Function(Uri)

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

getter/setter pair
has bool Function(Uri)

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

getter/setter pair
name String

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

The name of this diagnostic collection, for instance typescript. Every diagnostic from this collection will be associated with this name. Also, the task framework uses this name when defining problem matchers.
no setter
set → ({void Function(ReadonlyArray<(Uri, List<Diagnostic>?)> entries) $1, void Function(Uri uri, [List<Diagnostic>? diagnostics]) $2})

Available on DiagnosticCollection, provided by the DiagnosticCollection$Typings extension

Overload accessor: $1, $2
no setter