content property
      
      String
      get
      content
      
    
    
The HTMLMetaElement.content property gets or sets the content
attribute of pragma directives and named meta data in conjunction with
HTMLMetaElement.name or HTMLMetaElement.httpEquiv.
For more information, see the
content
attribute.
Implementation
external String get content;
      
      set
      content
      (String value) 
      
    
    
    
Implementation
external set content(String value);