ListConfigsResponse constructor
ListConfigsResponse({
- List<
ConfigListItem> ? configList, - String? nextToken,
Implementation
ListConfigsResponse({
this.configList,
this.nextToken,
});