s2_max_cells property

int? get s2_max_cells

Implementation

int? get s2_max_cells => this._s2_max_cells;
set s2_max_cells (int? s2_max_cells)

Implementation

set s2_max_cells(int? s2_max_cells) {
  this._s2_max_cells = s2_max_cells;
  this.__isset_s2_max_cells = true;
}