max_connections_per_hour property

int get max_connections_per_hour

Implementation

int get max_connections_per_hour => this._max_connections_per_hour;
set max_connections_per_hour (int max_connections_per_hour)

Implementation

set max_connections_per_hour(int max_connections_per_hour) {
  this._max_connections_per_hour = max_connections_per_hour;
  this.__isset_max_connections_per_hour = true;
}