cacheTtlByStatus property

set cacheTtlByStatus (Map<String, int>? value)

Implementation

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