buildDependencies method

  1. @override
void buildDependencies()
inherited

Implementation

@override
void buildDependencies() {
  super.buildDependencies();
  parent?.addDependent(this);
}