DescribeCommunicationsResponse constructor
DescribeCommunicationsResponse({
- List<
Communication> ? communications, - String? nextToken,
Implementation
DescribeCommunicationsResponse({
this.communications,
this.nextToken,
});