csp property

String? get csp

Implementation

String? get csp => _getAttribute('csp');
set csp (String? value)

Implementation

set csp(String? value) {
  _setAttribute('csp', value);
}