include_begin property

bool get include_begin

Implementation

bool get include_begin => this._include_begin;
set include_begin (bool include_begin)

Implementation

set include_begin(bool include_begin) {
  this._include_begin = include_begin;
  this.__isset_include_begin = true;
}