complete method

void complete()

Implementation

void complete() {
//    this.rulesList.trimToSize();
//    this.hillShadings.trimToSize();
  rulesList.forEach((element) {
    element.onComplete();
  });
}