needCollect method

bool needCollect(
  1. DartType targetType
)

Implementation

bool needCollect(DartType targetType) {
  return !targetType.isDartCoreIterable;
}