ListDomainAssociationsResult constructor
ListDomainAssociationsResult({
- required List<
DomainAssociation> domainAssociations, - String? nextToken,
Implementation
ListDomainAssociationsResult({
required this.domainAssociations,
this.nextToken,
});