@override String? get nonce => _getAttribute('nonce');
@override set nonce(String? value) { _setAttribute('nonce', value); }