term property
int
get
term
Implementation
int get term => this._term;
set
term
(int term)
Implementation
set term(int term) {
this._term = term;
this.__isset_term = true;
}