NetworkConfig constructor

NetworkConfig(
  1. String _configId,
  2. int _syncIntervall
)

Implementation

NetworkConfig(this._configId, this._syncIntervall);