ops property

dynamic get ops

Implementation

_i2.dynamic get ops => _i3.getProperty(
      this,
      'ops',
    );
set ops (dynamic value)

Implementation

set ops(_i2.dynamic value) {
  _i3.setProperty(
    this,
    'ops',
    value,
  );
}