subInvocations property Null safety
read / write
The list of sub-invocations to pass to the contract function to be called.
Implementation
List<AuthorizedInvocation> subInvocations = List<AuthorizedInvocation>.empty(
growable:true);
The list of sub-invocations to pass to the contract function to be called.
List<AuthorizedInvocation> subInvocations = List<AuthorizedInvocation>.empty(
growable:true);