QuotaLimit constructor
QuotaLimit({})
Implementation
QuotaLimit({
this.name = '',
this.description = '',
this.defaultLimit = 0,
this.maxLimit = 0,
this.freeTier = 0,
this.duration = '',
this.metric = '',
this.unit = '',
this.values = const {},
this.displayName = '',
}) : super(fullyQualifiedName);