BatchDisableStandardsResponse constructor

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

Implementation

BatchDisableStandardsResponse({
  this.standardsSubscriptions,
});