SearchResponse constructor
SearchResponse({
- String? nextToken,
- List<
SearchRecord> ? results,
Implementation
SearchResponse({
this.nextToken,
this.results,
});