ListDataSetsResponse constructor
ListDataSetsResponse({
- List<
DataSetEntry> ? dataSets, - String? nextToken,
Implementation
ListDataSetsResponse({
this.dataSets,
this.nextToken,
});