prefix property
      
      String
      get
      prefix
      
    
    
The read-only prefix property of the CSSNamespaceRule returns a
string with the name of the prefix associated to this namespace. If there
is no such prefix, it returns an empty string.
Implementation
external String get prefix;