instance property Null safety

XdrSCContractInstance? instance

Implementation

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

Implementation

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