cacheTtlByStatus property

void cacheTtlByStatus=(Map<String, int>? value)

Implementation

set cacheTtlByStatus(Map<String, int>? value) {
  js_util.setProperty(this, 'cacheTtlByStatus', value ?? jsUndefined);
}