XdrAuthorizedInvocation constructor Null safety

XdrAuthorizedInvocation(
  1. XdrHash _contractID,
  2. String _functionName,
  3. List<XdrSCVal> _args,
  4. List<XdrAuthorizedInvocation> _subInvocations
)

Implementation

XdrAuthorizedInvocation(
    this._contractID, this._functionName, this._args, this._subInvocations);