BatchEnableStandardsResponse constructor

BatchEnableStandardsResponse({
  1. List<StandardsSubscription>? standardsSubscriptions,
})

Implementation

BatchEnableStandardsResponse({
  this.standardsSubscriptions,
});