subInvocations property Null safety
Implementation
List<XdrSorobanAuthorizedInvocation> get subInvocations =>
this._subInvocations;
Implementation
set subInvocations(List<XdrSorobanAuthorizedInvocation> value) =>
this._subInvocations = value;