restoreFootprintResult property

XdrRestoreFootprintResult? restoreFootprintResult

Implementation

XdrRestoreFootprintResult? get restoreFootprintResult =>
    this._restoreFootprintResult;
void restoreFootprintResult=(XdrRestoreFootprintResult? value)

Implementation

set restoreFootprintResult(XdrRestoreFootprintResult? value) =>
    this._restoreFootprintResult = value;