csp property
String
get
csp
Implementation
String get csp => js_util.getProperty(this, 'csp');
set
csp
(String newValue)
Implementation
set csp(String newValue) {
js_util.setProperty(this, 'csp', newValue);
}