dependencyCount method
Sets the dependency count.
Implementation
SystemPropertiesBuilder dependencyCount(int count) {
_dependencyCount = count;
return this;
}
Sets the dependency count.
SystemPropertiesBuilder dependencyCount(int count) {
_dependencyCount = count;
return this;
}