protocol property - HtmlHyperlinkElementUtils class - dart:html library (original) (raw)

description

String? getprotocol

Implementation

String? get protocol native;

setprotocol (String? value)

Implementation

set protocol(String? value) native;