scheduleBuildFor method

void scheduleBuildFor(
  1. Element element
)

Schedules element to rebuild in the next build scope.

Implementation

void scheduleBuildFor(Element element) {
  _dirty.add(element);
}