toReusableDelegationSetLimitType method
Implementation
ReusableDelegationSetLimitType toReusableDelegationSetLimitType() {
switch (this) {
case 'MAX_ZONES_BY_REUSABLE_DELEGATION_SET':
return ReusableDelegationSetLimitType.maxZonesByReusableDelegationSet;
}
throw Exception(
'$this is not known in enum ReusableDelegationSetLimitType');
}