ListFunctionDefinitionsResponse constructor
ListFunctionDefinitionsResponse({
- List<
DefinitionInformation> ? definitions, - String? nextToken,
Implementation
ListFunctionDefinitionsResponse({
this.definitions,
this.nextToken,
});