ListCoreDefinitionsResponse constructor

ListCoreDefinitionsResponse({
  1. List<DefinitionInformation>? definitions,
  2. String? nextToken,
})

Implementation

ListCoreDefinitionsResponse({
  this.definitions,
  this.nextToken,
});