csp property

String csp

Implementation

String get csp => js_util.getProperty(this, 'csp');
void csp=(String newValue)

Implementation

set csp(String newValue) {
  js_util.setProperty(this, 'csp', newValue);
}