FoundDartPlaceholder constructor

FoundDartPlaceholder(
  1. DartPlaceholderType type,
  2. String name,
  3. List<AvailableMoorResultSet> availableResultSets
)

Implementation

FoundDartPlaceholder(this.type, this.name, this.availableResultSets);