subInvocations property Null safety

List<AuthorizedInvocation> subInvocations
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);