GetEnabledStandardsResponse constructor

GetEnabledStandardsResponse({
  1. String? nextToken,
  2. List<StandardsSubscription>? standardsSubscriptions,
})

Implementation

GetEnabledStandardsResponse({
  this.nextToken,
  this.standardsSubscriptions,
});