DescribeChapCredentialsOutput constructor

DescribeChapCredentialsOutput({
  1. List<ChapInfo>? chapCredentials,
})

Implementation

DescribeChapCredentialsOutput({
  this.chapCredentials,
});