LlmQuotaDefaults constructor

const LlmQuotaDefaults({
  1. double? userMonthlyQuota,
  2. double? serviceAccountMonthlyQuota,
})

Implementation

const LlmQuotaDefaults({this.userMonthlyQuota, this.serviceAccountMonthlyQuota});