op property

int? get op

Implementation

int? get op => this._op;
set op (int? op)

Implementation

set op(int? op) {
  this._op = op;
  this.__isset_op = true;
}