DeploySACWithAssetOp constructor Null safety

DeploySACWithAssetOp(
  1. Asset _asset,
  2. {XdrLedgerFootprint? footprint}
)

Implementation

DeploySACWithAssetOp(this._asset,
    {XdrLedgerFootprint? footprint})
    : super(XdrHostFunctionType.HOST_FUNCTION_TYPE_CREATE_CONTRACT,
          footprint: footprint);