UserOperation constructor

UserOperation(
  1. Pointer<Void> _ffi,
  2. bool _owned
)

Implementation

UserOperation(this._ffi, this._owned);