dependencyCount method

SystemPropertiesBuilder dependencyCount(
  1. int count
)

Sets the dependency count.

Implementation

SystemPropertiesBuilder dependencyCount(int count) {
  _dependencyCount = count;
  return this;
}