XdrSorobanAuthorizedInvocation constructor Null safety

XdrSorobanAuthorizedInvocation(
  1. XdrSorobanAuthorizedFunction _function,
  2. List<XdrSorobanAuthorizedInvocation> _subInvocations
)

Implementation

XdrSorobanAuthorizedInvocation(this._function, this._subInvocations);