RequestServiceQuotaIncreaseResponse constructor

RequestServiceQuotaIncreaseResponse({
  1. RequestedServiceQuotaChange? requestedQuota,
})

Implementation

RequestServiceQuotaIncreaseResponse({
  this.requestedQuota,
});