SearchEntitiesResponse constructor
SearchEntitiesResponse({
- List<
EntityDescription> ? descriptions, - String? nextToken,
Implementation
SearchEntitiesResponse({
this.descriptions,
this.nextToken,
});