instance property

Implementation

XdrSCContractInstance? get instance => this._instance;
void instance=(XdrSCContractInstance? value)

Implementation

set instance(XdrSCContractInstance? value) => this._instance = value;