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