XdrHostFunction constructor Null safety

XdrHostFunction(
  1. XdrHostFunctionArgs _args,
  2. List<XdrContractAuth> _auth
)

Implementation

XdrHostFunction(this._args, this._auth);