buildDependencies method Null safety
inherited
Implementation
@override
void buildDependencies() {
super.buildDependencies();
parent?.addDependent(this);
}
@override
void buildDependencies() {
super.buildDependencies();
parent?.addDependent(this);
}