restoreFootprintOp property

XdrRestoreFootprintOp? restoreFootprintOp

Implementation

XdrRestoreFootprintOp? get restoreFootprintOp => this._restoreFootprintOp;
void restoreFootprintOp=(XdrRestoreFootprintOp? value)

Implementation

set restoreFootprintOp(XdrRestoreFootprintOp? value) =>
    this._restoreFootprintOp = value;